Gets or sets the scaling between world units and page units for this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
float PageScale { get; set; } |
Visual Basic
Copy Code
|
|---|
Property PageScale As Single |
This property specifies a value for the scaling between world units and page units for this IGraphics object.
See Also