BITMAPINFOHEADER.biXPelsPerMeter Field

FreeImage.NET

BITMAPINFOHEADERbiXPelsPerMeter Field
Specifies the horizontal resolution, in pixels-per-meter, of the target device for the bitmap. An application can use this value to select a bitmap from a resource group that best matches the characteristics of the current device.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int biXPelsPerMeter

Field Value

Type: Int32
See Also