Méthode | Description | |
---|---|---|
ChangeShape ( string id, int x, int y, int w, int h ) : void | ||
ChangeUserName ( string currentUserName, string newUserName ) : void | ||
CreateShape ( string type = "rectangle" ) : System.Threading.Tasks.Task | ||
DeleteAllShapes ( ) : void | ||
DeleteShape ( string id ) : void | ||
GetShapes ( ) : IEnumerable |
||
Join ( string userName ) : void |
Méthode | Description | |
---|---|---|
FindShape ( string id ) : |
public ChangeShape ( string id, int x, int y, int w, int h ) : void | ||
id | string | |
x | int | |
y | int | |
w | int | |
h | int | |
Résultat | void |
public ChangeUserName ( string currentUserName, string newUserName ) : void | ||
currentUserName | string | |
newUserName | string | |
Résultat | void |
public CreateShape ( string type = "rectangle" ) : System.Threading.Tasks.Task | ||
type | string | |
Résultat | System.Threading.Tasks.Task |