Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Square(int, int)

  • Declared in: RT.Coordinates.Square

Declaration

public Square(
    int x,
    int y
)

Summary

Constructs a Square from an X and Y coordinate.