'Declaration
Public Overloads Shared Function FromGdiplusGraphics( _ ByVal gdiplusGraphics As Graphics, _ ByVal keptClipRegion As Boolean _ ) As Graphics
public static Graphics FromGdiplusGraphics( Graphics gdiplusGraphics, bool keptClipRegion )
Parameters
- gdiplusGraphics
- A System.Drawing.Graphics indicates the gdi+ graphics.
- keptClipRegion
- A bool indicate whether kept original clip region of gdip graphics
Return Value
Returns a Graphics that indicates the gdi graphics.