[]
        
(Showing Draft Content)

C1.Win.Document.GraphicsHolder.FromScreen

FromScreen Method

FromScreen()

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.

Declaration
public static GraphicsHolder FromScreen()
Public Shared Function FromScreen() As GraphicsHolder
Returns
Type Description
GraphicsHolder

The new instance of the graphics holder.