Bitmap.DpiX Property

Gets or sets the horizontal resolution, in pixels per inch, of this bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float DpiX { get; set; }

Property Value

The horizontal resolution, in pixels per inch, of this bitmap.

Implements

IImageParams.DpiX

See Also

Reference