Click or drag to resize

Dpi Structure

Holds the Resolution information.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public struct Dpi

The Dpi type exposes the following members.

Constructors
  NameDescription
Public methodDpi(Double, Double, ResolutionUnit)
Initializes a new instance of the Dpi struct.
Public methodDpi(Int32, Int32, ResolutionUnit)
Create a new Dpi structure at a specified resolution.
Top
Properties
  NameDescription
Public propertyUnits
Gets the resolution Units.
Public propertyX
Gets the horizontal resolution.
Public propertyY
Gets the vertical resolution.
Top
Methods
  NameDescription
Public methodStatic memberCompare
Compares the specified value1.
Public methodConvertTo
Converts to the new units.
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares the two Dpi objects for equality.
Public operatorStatic memberInequality
Compares the two Dpi objects for inequality.
Top
See Also