Back to Devexpress

DXGraphicsUnitConverter Methods

corelibraries-devexpress-dot-drawing-dot-dxgraphicsunitconverter-dot-underscore-methods.md

latest4.8 KB
Original Source

DXGraphicsUnitConverter Methods

Enables you to convert values that are calculated in some measure units to different measure units.

NameDescription
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) staticAdjusts the document margins calculated for the specified unit of measure according to a new unit of measure.
Convert(SizeF, Single, Single) staticAdjusts the document margins calculated for the specified DPI according to a new DPI.
Convert(Int32, Single, Single) staticAdjusts the integer value calculated for the specified DPI according to a new DPI.
Convert(Single, DXGraphicsUnit, DXGraphicsUnit) staticAdjusts the document margins calculated for the specified unit of measure according to a new unit of measure.
Convert(Single, Single, Single) staticAdjusts the float value calculated for the specified DPI according to a new DPI.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DXGraphicsUnitConverter Class

DXGraphicsUnitConverter Members

DevExpress.Drawing Namespace