Base |
public abstract class BaseFillingProfile
The BaseFillingProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseFillingProfile | Initializes a new instance of the BaseFillingProfile class |
| Name | Description | |
|---|---|---|
| ArcTolerance | While offsetting a path, the maximum acceptable tolerance when arcs are approximated. | |
| DoSort | If true the filling paths will be sorted to enhance performance while marking. | |
| EndType | Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path. | |
| ErrorDelta | ||
| FillerType | The type of the filler this profile is suited to. | |
| IsEnabled | Gets or sets a flag that defines if the filling is enabled. | |
| IsIterationBased | ||
| JoinType | Type of join (jtMiter, jtSquare or jtRound) when offsetting a path. | |
| 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. | |
| NonShiftingPadding | The offset of the clipping from the contour. Filling paths within this radius from the contour will be removed (clipped). | |
| Padding | The offset of the filling (distance from the contour) | |
| ScaleFactor | The multiply factor to apply when converting from floating point to integer coordinates. | |
| Tag | Tag for custom description. |