[]
Creates a graphics holder from screen. If that fails (e.g. on Azure), the graphics is created from a bitmap. When the holder is disposed, both graphics and the bitmap are released.
public static GraphicsHolder FromScreen()
Public Shared Function FromScreen() As GraphicsHolder
| Type | Description |
|---|---|
| GraphicsHolder | The new instance of the graphics holder. |