DXGraphicsUnitConverter Members
Enables you to convert values that are calculated in some measure units to different measure units.Methods
| Name | Description |
|---|---|
| Convert(DXMargins, Single, Single) static | |
| Convert(PointF, DXGraphicsUnit, DXGraphicsUnit) static | |
| Convert(PointF, Single, Single) static | |
| Convert(RectangleF, DXGraphicsUnit, DXGraphicsUnit) static | |
| Convert(RectangleF, Single, Single) static | |
| Convert(Size, Single, Single) static | |
| Convert(SizeF, DXGraphicsUnit, DXGraphicsUnit) static | Adjusts the document margins calculated for the specified unit of measure according to a new unit of measure. |
| Convert(SizeF, Single, Single) static | Adjusts the document margins calculated for the specified DPI according to a new DPI. |
| Convert(Int32, Single, Single) static | Adjusts the integer value calculated for the specified DPI according to a new DPI. |
| Convert(Single, DXGraphicsUnit, DXGraphicsUnit) static | Adjusts the document margins calculated for the specified unit of measure according to a new unit of measure. |
| Convert(Single, Single, Single) static | Adjusts the float value calculated for the specified DPI according to a new DPI. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also