Method | Description | |
---|---|---|
Blackboard ( ) : System | ||
Init ( double width, double height ) : void | ||
StartHelp ( ) : void | ||
WriteOnBoard ( string text, double x, double y, double width, double height, dotPosition dotPosition ) : void |
Method | Description | |
---|---|---|
NextStep ( ) : void | ||
PreviousStep ( ) : void | ||
ShowCallout ( double x, double y, double width, double height, int CalloutQuadLocation ) : void | ||
butNextStep_Tapped ( object sender, |
||
butPreviousStep_Tapped ( object sender, |
public Init ( double width, double height ) : void | ||
width | double | |
height | double | |
return | void |
public WriteOnBoard ( string text, double x, double y, double width, double height, dotPosition dotPosition ) : void | ||
text | string | |
x | double | |
y | double | |
width | double | |
height | double | |
dotPosition | dotPosition | |
return | void |