Search
GraphicsUnit Enumeration
See Also
 





Specifies unit of measure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum GraphicsUnit

Visual Basic  Copy Code

Public Enum GraphicsUnit

 Members

  Member name Description

World

Match the measure unit of parent object.

Display

Specifies the unit of measure of the display device.

Pixel

Specifies a device pixel as the unit of measure.

Point

A point (1/72 inch) as the unit of measure.

Inch

Specifies the inch as the unit of measure.

Document

Document unit (1/300 inch) as the unit of measure.

Millimeter

Specifies the millimeter as the unit of measure.

WpfPoint

WPF point (1/96 inch) as the unit of measure.

Percent

Specifies percents as the unit of measure.

Centimeter

Specifies the centimeter as the unit of measure.

 See Also