Class ButtonCalc
Assembly: Reportman.Drawing.Forms.dll
Constructors
Declaration
public ButtonCalc(Control MControl, Font font, int x, int y, int width, int height, int margin, string capString, Color capColor, ScreenKeyboard.Command cmd)
Parameters
Properties
Declaration
public ScreenKeyboard.Command Cmd { get; }
Property Value
Declaration
public bool IsSelected { get; set; }
Property Value
Declaration
public bool IsTall { get; set; }
Property Value
Methods
Declaration
public bool IsHit(int x, int y)
Parameters
| Type |
Name |
Description |
| int |
x |
|
| int |
y |
|
Returns
Declaration
public void Render(Graphics graphics)
Parameters