Resolution Structure Members
In This Topic
The following tables list the members exposed by Vintasoft.Imaging.Resolution.
Public Constructors
| Name | Description |
 | Resolution | Overloaded. Initializes a new instance of the structure. |
Public Fields
| Name | Description |
  | Empty | Empty resolution. |
Public Properties
| Name | Description |
 | Horizontal | Gets the horizontal resolution, in pixels per inch. |
 | Vertical | Gets the vertical resolution, in pixels per inch. |
Public Methods
| Name | Description |
 | Equals | Returns a value indicating whether this instance is equal to a specified object. |
 | GetHashCode | Returns the hash code for this instance. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | IsEmpty | Determines that resolution is empty. |
 | ToString | Returns the string representation of this object. |
Public Operators
| Name | Description |
 | Equality | Compares two Vintasoft.Imaging.Resolution structures. The result specifies whether the values of the Vintasoft.Imaging.Resolution.Horizontal and Vintasoft.Imaging.Resolution.Vertical properties of the two Vintasoft.Imaging.Resolution structures are equal. |
 | Inequality | Compares two Vintasoft.Imaging.Resolution structures. The result specifies whether the values of the Vintasoft.Imaging.Resolution.Horizontal and Vintasoft.Imaging.Resolution.Vertical properties of the two Vintasoft.Imaging.Resolution structures are unequal. |
See Also