Class GeoMapImage
Handling of an image to display on the graphical system
Implements
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapImage : GeoMapElement, IGeoMapElement
Properties
View SourceAngle
Angle to rotate image when placed in the graphical system
Declaration
public CompassBearing Angle { get; set; }
Property Value
Type | Description |
---|---|
CompassBearing |
Coordinate
Geocoordinate of the image to display
Declaration
public GeoCoordinate Coordinate { get; set; }
Property Value
Type | Description |
---|---|
GeoCoordinate |
ImageFilename
Filename of the image to use
Declaration
public string ImageFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String |