Dpi Constructor (Double, Double, ResolutionUnit) |
Initializes a new instance of the
Dpi struct.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public Dpi(
double x,
double y,
ResolutionUnit units
)
Public Sub New (
x As Double,
y As Double,
units As ResolutionUnit
)
Parameters
- x
- Type: System.Double
The x resolution. - y
- Type: System.Double
The y resoltion. - units
- Type: Atalasoft.Imaging.ResolutionUnit
The resolution units.
See Also