This documentation is for the old version. Go to the latest Graphics Mill docs

UnitConverterObject.HorizontalResolution Property

Specifies horizontal resolution of the image (also known as DPI, dots per inch).

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

Syntax

Visual Basic
Public Overridable Property HorizontalResolution As Single
C#
public virtual float HorizontalResolution { get; set; }

Property Value

Horizontal resolution of the current bitmap.

Remarks

This property is necessary to convert horizontal value between pixels and other units properly (using HorizontalUnitsToPixels(Single) and HorizontalPixelsToUnits(Int32) methods). Examples of vertical values are image width, X-coordinate, etc.

See Also

Reference