WebPlanner Programmer's Guide

IGraphics.PageUnit Property

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract GraphicsUnit PageUnit { get; set; }

Visual Basic  Copy Code

Public MustOverride Property PageUnit As GraphicsUnit

 Property Value

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

 See Also