'宣言 Public Shared Function FromGraphics( _ ByVal g As System.Drawing.Graphics _ ) As GraphicsHolder
'使用法 Dim g As System.Drawing.Graphics Dim value As GraphicsHolder value = GraphicsHolder.FromGraphics(g)
public static GraphicsHolder FromGraphics( System.Drawing.Graphics g )
パラメータ
- g
- 新しいホルダに保存するグラフィック。
戻り値の型
グラフィックホルダの新しいインスタンス。