Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Dpi(
	double x,
	double y,
	ResolutionUnit units
)

Parameters

x
Type: SystemDouble
The x resolution.
y
Type: SystemDouble
The y resoltion.
units
Type: Atalasoft.ImagingResolutionUnit
The resolution units.
See Also