DioDocs for PDF
Create(RenderTarget,Size2L,BitmapProperties) メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Bitmap クラス > Create メソッド : Create(RenderTarget,Size2L,BitmapProperties) メソッド
RenderTarget のインスタンス。
作成するビットマップのサイズ (ピクセル単位)。
作成するビットマップのピクセル形式と1インチあたりのドット数 (DPI)。
メモリ内のソース データへのポインターから Direct2D ビットマップを作成します。
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal size As Size2L, _
   ByVal bitmapProperties As BitmapProperties _
) As Bitmap
public static Bitmap Create( 
   RenderTarget renderTarget,
   Size2L size,
   BitmapProperties bitmapProperties
)

パラメータ

renderTarget
RenderTarget のインスタンス。
size
作成するビットマップのサイズ (ピクセル単位)。
bitmapProperties
作成するビットマップのピクセル形式と1インチあたりのドット数 (DPI)。
参照

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