SimpleMarker Class

Summary: Simple point symbolizer.

Module: aspose.gis.rendering.symbolizers

Full Name: aspose.gis.rendering.symbolizers.SimpleMarker

Inheritance: VectorSymbolizer

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
SimpleMarker()Initializes a new instance of the SimpleMarker class.
SimpleMarker(other)Initializes a new instance of the SimpleMarker class.

Properties

NameTypeAccessDescription
fill_colorSystem.Drawing.Colorr/wSpecifies the color and transparency for filling.
horizontal_anchor_pointHorizontalAnchorr/wSpecifies which side of a marker shape will be aligned horizontally with the point location.
horizontal_offsetMeasurementr/wSpecifies horizontal offset from a point location to the shape anchor point.
null [static]NullVectorSymbolizerrThe NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to.
rotationdoubler/wSpecifies 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.
shape_typeMarkerShapeTyper/wSpecifies the shape of the marker.
sizeMeasurementr/wSpecifies the size of the marker.
stroke_colorSystem.Drawing.Colorr/wSpecifies the color and transparency given to the line.
stroke_dash_offsetMeasurementr/wSpecifies the distance from the start of a line to the beginning of a dash pattern.
stroke_dash_patternSystem.Collections.Generic.IEnumerabler/wSpecifies an array of distances that specifies the lengths of alternating dashes and spaces
in dashed lines.
stroke_line_joinLineJoinr/wDetermines how lines are rendered at intersection of line segments.
stroke_styleStrokeStyler/wSpecifies how the symbol lines should be drawn.
stroke_widthMeasurementr/wSpecifies the width of the line.
vertical_anchor_pointVerticalAnchorr/wSpecifies which side of a marker shape will be aligned vertically with the point location.
vertical_offsetMeasurementr/wSpecifies vertical offset from a point location to the shape anchor point.

Methods

NameDescription
clone()Clones this instance.

Constructor: SimpleMarker()

 SimpleMarker() 

Initializes a new instance of the SimpleMarker class.

Constructor: SimpleMarker(other)

 SimpleMarker(other) 

Initializes a new instance of the SimpleMarker class.

Parameters:

ParameterTypeDescription
otherSimpleMarkerThe other SimpleMarker to copy data from.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
SimpleMarkerA clone of this instance.