Creates a new gdi+ graphics from a gdi graphics.
'宣言
Public Shared Function ToGdiplusGraphics( _
ByVal As Graphics _
) As System.Drawing.Graphics
public static System.Drawing.Graphics ToGdiplusGraphics(
Graphics
)
パラメータ
- graphics
- A Graphics indicates the gdi graphics.
戻り値の型
Returns a System.Drawing.Graphics that indicates the gdi+ graphics.