C# Class System.Drawing.ScreenDC

Simple wrapper to create a screen HDC within a using statement.
Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

Method Description
Create ( ) : ScreenDC
Dispose ( ) : void

Method Details

Create() public static method

public static Create ( ) : ScreenDC
return ScreenDC

Dispose() public method

public Dispose ( ) : void
return void