Back to Devexpress

DXGraphicsUnit Enum

corelibraries-devexpress-dot-drawing-4f777420.md

latest2.6 KB
Original Source

DXGraphicsUnit Enum

Lists values that indicate the measurement unit for the given data.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum DXGraphicsUnit
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum DXGraphicsUnit

Members

NameDescription
World

The world coordinate system unit.

| | Display |

The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers.

| | Pixel |

The device pixel.

| | Point |

The printer’s point (1/72 inch).

| | Inch |

The inch.

| | Document |

The document unit (1/300 inch).

| | Millimeter |

The millimeter.

|

The following properties accept/return DXGraphicsUnit values:

Show 11 items

LibraryRelated API Members
Cross-Platform Class LibraryBrickGraphics.PageUnit
DXFont.Unit
DXGraphics.PageUnit
WPF ControlsCustomizeLabelPage.Unit
Office File APIBarCode.Unit
.NET Reporting ToolsCustomizeLabelPageView.Unit
CustomLabelInformation.Unit
ICustomizeLabelPageView.Unit
LabelDetails.Unit
LabelInfo.Unit
PaperKindData.Unit

Extension Methods

ToDpi()

ToDpiI()

See Also

DevExpress.Drawing Namespace