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

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

Parameters

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

Reference

BitmapProperties1 Class
BitmapProperties1 Members
Overload List