'Declaration Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal surface As Surface _ ) As Bitmap
public static Bitmap Create( RenderTarget renderTarget, Surface surface )
Parameters
- renderTarget
- an instance of RenderTarget
- surface
- An GrapeCity.Documents.DX.DXGI.Surface that contains the data to share with the new ID2D1Bitmap. For more information, see the Remarks section.