'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal bitmap As Bitmap, _ ByVal bitmapProperties As System.Nullable(Of BitmapProperties) _ ) As Bitmap
public static Bitmap Create( RenderTarget renderTarget, Bitmap bitmap, System.Nullable<BitmapProperties> bitmapProperties )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- bitmap
- 新しい ID2D1Bitmap と共有するデータを含む Bitmap. 詳細については、「備考」セクションを参照してください。
- bitmapProperties
- 作成するビットマップのピクセル形式と DPI。ピクセル形式の GrapeCity.Documents.DX.DXGI.Format はデータの GrapeCity.Documents.DX.DXGI.Format と一致する必要があります。一致しないと、メソッドは失敗しますが、アルファモードが一致する必要はありません。不一致を防ぐには、NULL または {{D2D1::PixelFormat}} ヘルパー関数から取得した値を渡すことができます。DPI 設定はデータの DPI 設定と一致する必要はありません。dpiX と dpiY の両方が 0.0f の場合、デフォルトの DPI 96 が使用されます。