Class RasterImageMarker RasterImageMarker class This symbolizer renders a provided raster image.
Copy public class RasterImageMarker : VectorSymbolizer
Constructors Name Description RasterImageMarker (AbstractPath)Initializes a new instance of the RasterImageMarker
class. RasterImageMarker (RasterImageMarker)Initializes a new instance of the RasterImageMarker
class. RasterImageMarker (string)Initializes a new instance of the RasterImageMarker
class.
Properties Name Description FeatureBasedConfiguration { get; set; }A callback that is used to configure this symbolizer before rendering a feature. Height { get; set; }Specifies the height of the marker. HorizontalAnchorPoint { get; set; }specifies which side of a marker shape will be aligned horizontally with the point location. HorizontalOffset { get; set; }Specifies horizontal offset from a point location to the shape anchor point. Opacity { get; set; }Opacity of the layer. Default value is 1.0. Rotation { get; set; }Specifies the rotation of the symbol about its center point, in decimal degrees. Positive values indicate rotation in the clockwise direction, negative values indicate counter-clockwise rotation. VerticalAnchorPoint { get; set; }Specifies which side of a marker shape will be aligned vertically with the point location. VerticalOffset { get; set; }Specifies vertical offset from a point location to the shape anchor point. Width { get; set; }Specifies the width of the marker.
Methods Name Description Clone ()Clones this instance.
See Also