Vector |
The VectorGraphicFillingProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle |
The rotation of the filling.
(Inherited from BasePatternFillingProfile) | |
| ArcTolerance |
While offsetting a path, the maximum acceptable tolerance when arcs are approximated.
(Inherited from BaseFillingProfile) | |
| Center | Centers the vector graphic | |
| CollinearityDistance | 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. | |
| DoSort |
If true the filling paths will be sorted to enhance performance while marking.
(Inherited from BaseFillingProfile) | |
| Embed | If true, stores imported vectors. FilePath will be discarded, after import is done. Otherwise, linked file will be imported each time. | |
| EndType |
Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.
(Inherited from BaseFillingProfile) | |
| ErrorDelta | (Inherited from BaseFillingProfile) | |
| FilePath | The file path. | |
| FillerType | (Overrides BaseFillingProfileFillerType) | |
| FillingPaths | List of paths used for filling. Will be filled automatically for Embed. If filled manually, make sure FilePath is not set. It will be overwritten otherwise. | |
| FillType |
Defines the mode used by the filler.
(Inherited from BasePatternFillingProfile) | |
| Invert | (Inherited from BasePatternFillingProfile) | |
| 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) | |
| 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) | |
| NumberOfPoints | 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. | |
| Offset | The offset of the center. | |
| Padding |
The offset of the filling (distance from the contour)
(Inherited from BaseFillingProfile) | |
| Pitch |
The pitch of the filling.
(Inherited from BasePatternFillingProfile) | |
| QuietZone | (Inherited from BasePatternFillingProfile) | |
| Rotation | The rotation of the vector graphic. | |
| ScaleFactor |
The multiply factor to apply when converting from floating point to integer coordinates.
(Inherited from BaseFillingProfile) | |
| ScaleSize | The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale. | |
| Tag |
Tag for custom description.
(Inherited from BaseFillingProfile) | |
| UnitScale | The unit scale of the imported vector graphic. The imported graphic will be scaled to this value. Only used if ScaleSize is null. |