SimpleFill Class
Contents
[
Hide
]Summary: Simple polygon symbolizer.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.SimpleFill
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| SimpleFill() | Creates new instance. |
| SimpleFill(other) | Initializes a new instance of the SimpleFill class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| fill_color | System.Drawing.Color | r/w | Specifies the color and transparency for filling. |
| fill_style | FillStyle | r/w | Specifies the fill style. |
| horizontal_offset | Measurement | r/w | Specifies horizontal offset from a point location to the rendered shape. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| 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_offset | Measurement | r/w | Specifies vertical offset from a polygon location to the rendered shape. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
Constructor: SimpleFill()
SimpleFill()
Creates new instance.
Constructor: SimpleFill(other)
SimpleFill(other)
Initializes a new instance of the SimpleFill class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | SimpleFill | The other SimpleFill to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| SimpleFill | A clone of this instance. |