C# Class GR.Input.Button

Show file Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
AddClick ( Point point ) : void
Button ( int width, int height ) : System
GetBitmap ( ) : Bitmap

Method Details

AddClick() public method

public AddClick ( Point point ) : void
point Point
return void

Button() public method

public Button ( int width, int height ) : System
width int
height int
return System

GetBitmap() public method

public GetBitmap ( ) : Bitmap
return System.Drawing.Bitmap