'宣言 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)。