'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal bitmap As Bitmap _ ) As Bitmap
public static Bitmap Create( RenderTarget renderTarget, Bitmap bitmap )
パラメータ
- renderTarget
- an instance of RenderTarget
- bitmap
- An Bitmapthat contains the data to share with the new ID2D1Bitmap. For more information, see the Remarks section.