C# Class ScreenToGif.Util.CursorInfo

Show file Open project: dbremner/ScreenToGif Class Usage Examples

Public Methods

Method Description
CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System

Default constructor.

Method Details

CursorInfo() public method

Default constructor.
public CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System
image System.Drawing.Bitmap The Image of teh cursor.
position System.Windows.Point The Position of the cursor.
clicked bool True if clicked.
dpi double The screen dots per inches
return System