This documentation is for the old version. Go to the latest Graphics Mill docs

Unit Enumeration

Contains unit types. It can be either device-dependent unit (pixel) or device-independent (inches, points, etc).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Enumeration Unit
C#
public enum Unit

Members

Member name Description
Point

Point (1/72 of inch).

Document

Document unit (1/300 of inch).

Twip

Twip (1/20 of point).

Column

Column (100/263 of inch).

Pica

Pica (1/6 of inch).

M

Meter.

Cm

Centimeter.

Mm

Millimeter.

Inch

Inch.

Pixel

Pixel.

See Also

Reference