Specifies units of measure for a given data.
The following tables list the members exposed by the GraphicsUnit type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the GraphicsUnit class with the specified base resolution. |
Public Fields| Name | Description | |
|---|---|---|
![]() ![]() |
Specifies the inch as the unit of measure. |
|
![]() ![]() |
Specifies the millimeter as the unit of measure. |
|
![]() ![]() |
Specifies a device pixel as the unit of measure. |
|
![]() ![]() |
Specifies a printer's point (1/72 inch) as the unit of measure. |
|
![]() ![]() |
Specifies a device-independent pixel as the unit of measure. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the unit name. |
Protected Properties| Name | Description | |
|---|---|---|
![]() |
Gets the base resolution of this GraphicsUnit object. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Overloaded. Converts a given amount from the current unit to a specified unit. |
|
![]() |
Object.ToString override. |
See Also