LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
biXPelsPerMeter Field
See Also 
Leadtools.Multimedia Namespace > BITMAPINFOHEADER Structure : biXPelsPerMeter 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.

Syntax

Visual Basic (Declaration) 
Public biXPelsPerMeter As Integer
Visual Basic (Usage)Copy Code
Dim instance As BITMAPINFOHEADER
Dim value As Integer
 
value = instance.biXPelsPerMeter
 
instance.biXPelsPerMeter = value
C# 
public int biXPelsPerMeter
C++/CLI 
public:
int biXPelsPerMeter

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also