SimpleMarker Class
Contents
[
Hide
]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
| Name | Description |
|---|---|
| SimpleMarker() | Initializes a new instance of the SimpleMarker class. |
| SimpleMarker(other) | Initializes a new instance of the SimpleMarker class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| fill_color | System.Drawing.Color | r/w | Specifies the color and transparency for filling. |
| horizontal_anchor_point | HorizontalAnchor | r/w | Specifies which side of a marker shape will be aligned horizontally with the point location. |
| horizontal_offset | Measurement | r/w | Specifies horizontal offset from a point location to the shape anchor point. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| rotation | double | r/w | 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. |
| shape_type | MarkerShapeType | r/w | Specifies the shape of the marker. |
| size | Measurement | r/w | Specifies the size of the marker. |
| stroke_color | System.Drawing.Color | r/w | Specifies the color and transparency given to the line. |
| stroke_dash_offset | Measurement | r/w | Specifies the distance from the start of a line to the beginning of a dash pattern. |
| stroke_dash_pattern | System.Collections.Generic.IEnumerable | r/w | Specifies an array of distances that specifies the lengths of alternating dashes and spaces in dashed lines. |
| stroke_line_join | LineJoin | r/w | Determines how lines are rendered at intersection of line segments. |
| stroke_style | StrokeStyle | r/w | Specifies how the symbol lines should be drawn. |
| stroke_width | Measurement | r/w | Specifies the width of the line. |
| vertical_anchor_point | VerticalAnchor | r/w | Specifies which side of a marker shape will be aligned vertically with the point location. |
| vertical_offset | Measurement | r/w | Specifies vertical offset from a point location to the shape anchor point. |
Methods
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| other | SimpleMarker | The other SimpleMarker to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| SimpleMarker | A clone of this instance. |