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

Centimeter

Specifies the centimeter as the unit of measure.

Display

Specifies the unit of measure of the display device.

Document

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

Inch

Specifies the inch as the unit of measure.

Millimeter

Specifies the millimeter as the unit of measure.

Percent

Specifies percents as the unit of measure.

Pixel

Specifies a device pixel as the unit of measure.

Point

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

World

Match the measure unit of parent object.

WpfPoint

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

 See Also