Skip to main content
All docs
V24.2

DXImage.HorizontalResolution Property

Gets the horizontal resolution of the image in pixels per inch.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public float HorizontalResolution { get; }

Property Value

Type Description
Single

The horizontal resolution of the image in pixels per inch.

See Also