Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum GfxUnit Inherits Enum |
C# | |
---|---|
[SerializableAttribute()] public enum GfxUnit : Enum |
Member | Description |
---|---|
Pixel | Specifies a pixel as the unit of measure. |
Point | Specifies a point (1/72 inch) as the unit of measure. |
Pica | Specifies a pica (12 points) as the unit of measure. |
Inch | Specifies an inch as the unit of measure. |
Mm | Specifies a millimeter as the unit of measure. |
Cm | Specifies a centimeter as the unit of measure |
System.Object
System.ValueType
System.Enum
CodeCarvings.Piczard.GfxUnit
Requirements
Namespace: CodeCarvings.Piczard
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000
Assembly: CodeCarvings.Piczard (in CodeCarvings.Piczard.dll)