Skip to content

DrawingGraphicsUnit

Namespace: ThinkGeo.Core

This enumeration represents the graphics unit.

public enum DrawingGraphicsUnit

Inheritance objectValueTypeEnumDrawingGraphicsUnit
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Remarks:

None

Fields

Name Value Description
World 0 Identifies the World value.
Display 1 Identifies the Display value.
Pixel 2 Identifies the Pixel value.
Point 3 Identifies the Point value.
Inch 4 Identifies the Inch value.
Document 5 Identifies the Document value.
Millimeter 6 Identifies the Millimeter value.