11 private readonly
string tileBase64;
12 private readonly
int x;
13 private readonly
int y;
43 public int X => this.x;
48 public int Y => this.y;
Maintains the client-side state of a Remote Desktop Session.
Event arguments for tile events.
int X
Tile X-coordinate of remote desktop screen.
RemoteDesktopSession Session
Remote Desktop session.
string TileBase64
PNG of tile being updated, base64-encoded.
TileEventArgs(RemoteDesktopSession Session, int X, int Y, string TileBase64)
Event arguments for tile events.
int Y
Tile Y-coordinate of remote desktop screen.