SimpleFill Class

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

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

Properties

NameTypeAccessDescription
fill_colorSystem.Drawing.Colorr/wSpecifies the color and transparency for filling.
fill_styleFillStyler/wSpecifies the fill style.
horizontal_offsetMeasurementr/wSpecifies horizontal offset from a point location to the rendered shape.
null [static]NullVectorSymbolizerrThe NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to.
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_offsetMeasurementr/wSpecifies vertical offset from a polygon location to the rendered shape.

Methods

NameDescription
clone()Clones this instance.

Constructor: SimpleFill()

 SimpleFill() 

Creates new instance.

Constructor: SimpleFill(other)

 SimpleFill(other) 

Initializes a new instance of the SimpleFill class.

Parameters:

ParameterTypeDescription
otherSimpleFillThe other SimpleFill to copy data from.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
SimpleFillA clone of this instance.