Specifies the scaling factor for the page transformation of this canvas object. The page transformation converts page coordinates to device coordinates.
Namespace: RSGdiPlusGraphics
Delphi |
published |
Property Value
Type: Single
The following example sets the world transformation and the page transformation of a canvas object. The page unit and the page scale both belong to the page transformation. The code sets the page unit to millimeters and sets the page scale to 10. The call to the DrawRect method draws a rectangle that has a width of 3 centimeters (uMillimeter along with a scaling factor of 10) and a height of 2 centimeters. The rectangle is translated 4 centimeters to the right and 1 centimeter down by the world transformation.
|