'Declaration Public Function New( _ ByVal pixelFormat As PixelFormat, _ ByVal dpiX As Single, _ ByVal dpiY As Single, _ ByVal bitmapOptions As BitmapOptions _ )
public BitmapProperties1( PixelFormat pixelFormat, float dpiX, float dpiY, BitmapOptions bitmapOptions )
Parameters
- pixelFormat
- The pixel format.
- dpiX
- The dpi X.
- dpiY
- The dpi Y.
- bitmapOptions
- The bitmap options.