Search
GdiGraphics.PageUnit Property
See Also
 





Gets or sets the unit of measure used for page coordinates in this GdiGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual GraphicsUnit PageUnit { get; set; }

Visual Basic  Copy Code

Public Overridable Property PageUnit As GraphicsUnit

 Property Value

This property specifies a member of the .NET GraphicsUnit enumeration.

 See Also