ComponentOne Bitmap for UWP
BitmapProperties Constructor(PixelFormat,Single,Single)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > BitmapProperties Structure > BitmapProperties Constructor : BitmapProperties 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 BitmapProperties( 
   PixelFormat pixelFormat,
   System.float dpiX,
   System.float dpiY
)

Parameters

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

Reference

BitmapProperties Structure
BitmapProperties Members
Overload List