Gets or sets the unit of measure used for page coordinates in this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
GraphicsUnit PageUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Property PageUnit As GraphicsUnit |
This property specifies a member of the .NET GraphicsUnit enumeration.
See Also