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