DioDocs for PDF
GcWicBitmap コンストラクタ(Int32,Int32,Boolean,Single,Single)

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > GcWicBitmap コンストラクタ : GcWicBitmap コンストラクタ(Int32,Int32,Boolean,Single,Single)
The width of the image, in pixels.
The height of the image, in pixels.
Indicates whether the alpha channel should be ignored.
The horizontal dpi of the image.
The vertical dpi of the image.
Initializes a new instance of the GcWicBitmap class and creates the image.

The image content is not initialized and can contain any random data.

シンタックス
'宣言
 
Public Function New( _
   ByVal pixelWidth As System.Integer, _
   ByVal pixelHeight As System.Integer, _
   ByVal opaque As System.Boolean, _
   Optional ByVal dpiX As System.Single, _
   Optional ByVal dpiY As System.Single _
)
public GcWicBitmap( 
   System.int pixelWidth,
   System.int pixelHeight,
   System.bool opaque,
   System.float dpiX,
   System.float dpiY
)

パラメータ

pixelWidth
The width of the image, in pixels.
pixelHeight
The height of the image, in pixels.
opaque
Indicates whether the alpha channel should be ignored.
dpiX
The horizontal dpi of the image.
dpiY
The vertical dpi of the image.
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧