Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Cairo(int, int, Cairo.Position)

  • Declared in: RT.Coordinates.Cairo

Declaration

public Cairo(
    int x,
    int y,
    Cairo.Position pos
)

Summary

Constructor.

Parameters

intx X-coordinate of the underlying square.
inty Y-coordinate of the underlying square.
Cairo.Positionpos Position of the Cairo within the square.