Click or drag to resize

BaseFillingProfileEndType Property

Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.

Namespace: RAYLASE.Marker.VectorGraphicElement.Filling
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public EndType EndType { get; set; }

Property Value

EndType
Remarks
etClosedPolygon: Ends are joined using the JoinType value and the path filled as a polygon. etClosedLine: Ends are joined using the JoinType value and the path filled as a polyline etOpenSquare: Ends are squared off and extended delta units etOpenRound: Ends are rounded off and extended delta units etOpenButt: Ends are squared off with no extension.
See Also