Bitmap for UWP
ImageParameters コンストラクタ

C1.UWP.DX アセンブリ > C1.Util.DX.WIC 名前空間 > ImageParameters 構造体 : ImageParameters コンストラクタ
The pixel format.
The dpi X.
The dpi Y.
The top.
The left.
Width in pixel.
Height in pixel.
Initializes a new instance of the ImageParametersstruct.
シンタックス
'宣言
 
Public Function New( _
   ByVal pixelFormat As PixelFormat, _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single, _
   ByVal top As System.Single, _
   ByVal left As System.Single, _
   ByVal pixelWidth As System.Integer, _
   ByVal pixelHeight As System.Integer _
)
public ImageParameters( 
   PixelFormat pixelFormat,
   System.float dpiX,
   System.float dpiY,
   System.float top,
   System.float left,
   System.int pixelWidth,
   System.int pixelHeight
)

パラメータ

pixelFormat
The pixel format.
dpiX
The dpi X.
dpiY
The dpi Y.
top
The top.
left
The left.
pixelWidth
Width in pixel.
pixelHeight
Height in pixel.
参照

ImageParameters 構造体
ImageParameters メンバ