Instrumentation Widgets for PDA |
|
SwitchBase.IsCheckedPoint Method
Returns if specified point corresponeds checked state.
[Visual Basic]
Overridable Protected Function IsCheckedPoint( _
ByVal
x As
Integer, _
ByVal
y As
Integer _
) As
Boolean
[C#]
protected virtual
bool IsCheckedPoint(
int x,
int y);
See Also
SwitchBase Class | PerpetuumSoft.InstrumentationPDA Namespace