Dpi Constructor (Int32, Int32, ResolutionUnit) |
Create a new Dpi structure at a specified resolution.
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(
int x,
int y,
ResolutionUnit units
)
Public Sub New (
x As Integer,
y As Integer,
units As ResolutionUnit
)
Parameters
- x
- Type: System.Int32
Horizontal Resolution. - y
- Type: System.Int32
Vertical Resolution. - units
- Type: Atalasoft.Imaging.ResolutionUnit
Resolution Units.
See Also