'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal bitmap As Bitmap _ ) As Bitmap
public static Bitmap Create( RenderTarget renderTarget, Bitmap bitmap )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- bitmap
- 新しい ID2D1Bitmap と共有するデータを含む Bitmap. 詳細については、「備考」セクションを参照してください。