SimpleLine Class
Contents
[
Hide
]Summary: Simple line symbolizer.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.SimpleLine
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| SimpleLine() | Creates new instance. |
| SimpleLine(other) | Initializes a new instance of the SimpleLine class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cap_style | CapStyle | r/w | Specifies how lines are rendered at their ends. |
| color | System.Drawing.Color | r/w | Specifies the color and transparency given to the line. |
| dash_offset | Measurement | r/w | Specifies the distance from the start of a line to the beginning of a dash pattern. |
| 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. |
| line_join | LineJoin | r/w | Determines how lines are rendered at intersection of line segments. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| offset | Measurement | r/w | Specifies offset from the original line. For positive distance the offset will be at the left side of the input line (relative to the line direction). For a negative distance it will be at the right side. |
| style | StrokeStyle | r/w | Specifies how the symbol lines should be drawn. |
| width | Measurement | r/w | Specifies the width of the line. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
Constructor: SimpleLine()
SimpleLine()
Creates new instance.
Constructor: SimpleLine(other)
SimpleLine(other)
Initializes a new instance of the SimpleLine class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | SimpleLine | The other SimpleLine to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| SimpleLine | A clone of this instance. |