DioDocs for PDF
CreateImage(Int32,Int32,Single,Single) メソッド

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcD2DBitmap クラス > CreateImage メソッド : CreateImage(Int32,Int32,Single,Single) メソッド
画像の幅(ピクセル単位)。
画像の高さ(ピクセル単位)。
画像の水平解像度 (DPI)。
画像の垂直解像度 (DPI)。
指定されたサイズと解像度で画像を作成します。

コンテンツはこのメソッドでは初期化されず、ランダムなデータを含めることができます。

シンタックス
'宣言
 
Public Overloads Sub CreateImage( _
   ByVal pixelWidth As System.Integer, _
   ByVal pixelHeight As System.Integer, _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single _
) 
public void CreateImage( 
   System.int pixelWidth,
   System.int pixelHeight,
   System.float dpiX,
   System.float dpiY
)

パラメータ

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

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