'宣言 Public Overloads Shared Function FromGdiplusGraphics( _ ByVal gdiplusGraphics As System.Drawing.Graphics, _ ByVal keptClipRegion As System.Boolean _ ) As Graphics
public static Graphics FromGdiplusGraphics( System.Drawing.Graphics gdiplusGraphics, System.bool keptClipRegion )
パラメータ
- gdiplusGraphics
- A System.Drawing.Graphics indicates the gdi+ graphics.
- keptClipRegion
- A bool indicate whether kept original clip region of gdip graphics
戻り値の型
Returns a Graphics that indicates the gdi graphics.