Cell |
[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.Filling.CellHatchFillingProfile"]
public class CellHatchFillingProfile : BaseFillingProfile
The CellHatchFillingProfile type exposes the following members.
Name | Description | |
---|---|---|
![]() | CellHatchFillingProfile | Initializes a new instance of the CellHatchFillingProfile class |
Name | Description | |
---|---|---|
![]() | ArcTolerance |
While offsetting a path, the maximum acceptable tolerance when arcs are approximated.
(Inherited from BaseFillingProfile) |
![]() | Bidirectional | If set, filling is done using bidirectional lines. |
![]() | DoSort |
If true the filling paths will be sorted to enhance performance while marking.
(Inherited from BaseFillingProfile) |
![]() | EndType |
Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.
(Inherited from BaseFillingProfile) |
![]() | ErrorDelta | (Inherited from BaseFillingProfile) |
![]() | FillerType |
The type of the filler this profile is suited to.
(Overrides BaseFillingProfileFillerType) |
![]() | IsEnabled |
Gets or sets a flag that defines if the filling is enabled.
(Inherited from BaseFillingProfile) |
![]() | IsIterationBased | (Inherited from BaseFillingProfile) |
![]() | JoinType |
Type of join (jtMiter, jtSquare or jtRound) when offsetting a path.
(Inherited from BaseFillingProfile) |
![]() | Lines | Number of lines per cell. |
![]() | MiterLimit |
Maximum distance in multiples of delta that vertices can be offset from their original positions before squaring is applied.
Squaring truncates a miter by 'cutting it off' at 1 × delta distance from the original vertex.
(Inherited from BaseFillingProfile) |
![]() | NonShiftingPadding |
The offset of the clipping from the contour. Filling paths within this radius from the contour will be removed (clipped).
(Inherited from BaseFillingProfile) |
![]() | Padding |
The offset of the filling (distance from the contour)
(Inherited from BaseFillingProfile) |
![]() | ScaleFactor |
The multiply factor to apply when converting from floating point to integer coordinates.
(Inherited from BaseFillingProfile) |
![]() | Tag |
Tag for custom description.
(Inherited from BaseFillingProfile) |
![]() | Vertical | Creates vertical lines if true, otherwise horizontal. |