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

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcD2DBitmap クラス > CreateImage メソッド : CreateImage(Int32,Int32,Single,Single) メソッド
The width of the image, in pixels.
The height of the image, in pixels.
The horizontal resolution (DPI) of the image.
The vertical resolution (DPI) of the image.
Creates an image with the given size and resolution.

The content is not initialized by this method and can contain any random data.

シンタックス
'宣言
 
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
The width of the image, in pixels.
pixelHeight
The height of the image, in pixels.
dpiX
The horizontal resolution (DPI) of the image.
dpiY
The vertical resolution (DPI) of the image.
参照

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