ComponentOne Bitmap for WPF
BitmapProperties1 Constructor(PixelFormat,Single,Single)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > BitmapProperties1 Class > BitmapProperties1 Constructor : BitmapProperties1 Constructor(PixelFormat,Single,Single)
The pixel format.
The dpi X.
The dpi Y.
Initializes a new instance of the BitmapProperties struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal pixelFormat As PixelFormat, _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single _
)
public BitmapProperties1( 
   PixelFormat pixelFormat,
   System.float dpiX,
   System.float dpiY
)

Parameters

pixelFormat
The pixel format.
dpiX
The dpi X.
dpiY
The dpi Y.
See Also

Reference

BitmapProperties1 Class
BitmapProperties1 Members
Overload List