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

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcD2DBitmap クラス > GcD2DBitmap コンストラクタ : GcD2DBitmap コンストラクタ(Int32,Int32,Single,Single)
画像の幅(ピクセル単位)。
画像の高さ(ピクセル単位)。
画像の水平方向 dpi。
画像の垂直方向 dpi。
GcD2DBitmap クラスの新しいインスタンスを初期化し、画像を作成します。

画像コンテンツは初期化されていないため、ランダムなデータを含めることができます。

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

パラメータ

pixelWidth
画像の幅(ピクセル単位)。
pixelHeight
画像の高さ(ピクセル単位)。
dpiX
画像の水平方向 dpi。
dpiY
画像の垂直方向 dpi。
参照

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