The UnitConverterObject type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HorizontalPixelsToUnits |
Converts horizontal value from pixels to unit specified in Unit property. |
|
HorizontalUnitsToPixels |
Converts horizontal value from unit specified in Unit property to pixels. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
|
VerticalPixelsToUnits |
Converts vertical value from pixels to unit specified in Unit property. |
|
VerticalUnitsToPixels |
Converts vertical value from unit specified in Unit property to pixels. |
Name | Description | |
---|---|---|
HorizontalResolution |
Specifies horizontal resolution of the image (also known as DPI, dots per inch). |
|
IsDisposed | (Inherited from LockableObject.) | |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Unit |
Gets/sets unit to convert from/to. |
|
VerticalResolution |
Specifies vertical resolution (also known as DPI, dots per inch). |