[]
Creates a graphics holder from a graphics instance. When the holder is disposed, the graphics is left alone (i.e. NOT disposed).
public static GraphicsHolder FromGraphics(Graphics g)
Public Shared Function FromGraphics(g As Graphics) As GraphicsHolder
| Type | Name | Description |
|---|---|---|
| Graphics | g | The graphics to store in the new holder. |
| Type | Description |
|---|---|
| GraphicsHolder | The new instance of the graphics holder. |