Click or drag to resize

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

Parameters

x
Type: SystemInt32
Horizontal Resolution.
y
Type: SystemInt32
Vertical Resolution.
units
Type: Atalasoft.ImagingResolutionUnit
Resolution Units.
See Also