Specifies whether and how to resize, replicate, and position the graphical path representation for painting the area.
The WrapMode property should be one of the constants defined in the TRSPathWrapMode type:
pwStretch
stretches the path representation to fill the entire area. Default.
pwOriginal
keeps the original path size
pwFit
resizes the path representation (keeping proportions) to best fit the area.
pwTile
renders the path representation repeatedly to tile the area.
Namespace: RSGdiPlusCtrls
Delphi |
public |
Property Value
Type: TRSPathWrapMode
Reference |