Click or drag to resize

BaseFillingProfile Properties

The BaseFillingProfile type exposes the following members.

Properties
 NameDescription
Public propertyArcTolerance While offsetting a path, the maximum acceptable tolerance when arcs are approximated.
Public propertyCollinearityDistance This distance is used to detect collinearity of points on a polyline. Two first points define a line. A third point is to be considered laying on this line if its perpendicular distance is less than this value.
Public propertyDoSort If true the filling paths will be sorted to enhance performance while marking.
Public propertyEndType Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.
Protected propertyErrorDelta 
Public propertyFillerType The type of the filler this profile is suited to.
Public propertyIsEnabled Gets or sets a flag that defines if the filling is enabled.
Public propertyIsIterationBased 
Public propertyJoinType Type of join (jtMiter, jtSquare or jtRound) when offsetting a path.
Public propertyMiterLimit 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.
Public propertyNonShiftingPadding The offset of the clipping from the contour. Filling paths within this radius from the contour will be removed (clipped).
Public propertyNumberOfPoints This value is used when commands are converted into polylines. It controls how many points the resulting polyline will have. In a second step the number of polylines are reduced be removing straight points; in this second step CollinearityDistance is used.
Public propertyPadding The offset of the filling (distance from the contour)
Public propertyScaleFactor The multiply factor to apply when converting from floating point to integer coordinates.
Public propertyTag Tag for custom description.
Top
See Also