'宣言 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 )
パラメータ
- pixelFormat
 - The pixel format.
 - dpiX
 - The dpi X.
 - dpiY
 - The dpi Y.
 - bitmapOptions
 - The bitmap options.