Dpi Structure |
Namespace: Atalasoft.Imaging
The Dpi type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dpi(Double, Double, ResolutionUnit) |
Initializes a new instance of the Dpi struct.
|
![]() | Dpi(Int32, Int32, ResolutionUnit) |
Create a new Dpi structure at a specified resolution.
|
Name | Description | |
---|---|---|
![]() | Units | Gets the resolution Units. |
![]() | X | Gets the horizontal resolution. |
![]() | Y | Gets the vertical resolution. |
Name | Description | |
---|---|---|
![]() ![]() | Compare |
Compares the specified value1.
|
![]() | ConvertTo |
Converts to the new units.
|
![]() | Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares the two Dpi objects for equality.
|
![]() ![]() | Inequality |
Compares the two Dpi objects for inequality.
|