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