C# Класс PowerArgs.Cli.Rectangle

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Contains ( Rectangle other ) : bool
Contains ( int x, int y ) : bool
IsAbove ( Rectangle other ) : bool
IsBelow ( Rectangle other ) : bool
IsLeftOf ( Rectangle other ) : bool
IsRightOf ( Rectangle other ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( int x, int y, int w, int h ) : System

Описание методов

Contains() публичный Метод

public Contains ( Rectangle other ) : bool
other Rectangle
Результат bool

Contains() публичный Метод

public Contains ( int x, int y ) : bool
x int
y int
Результат bool

IsAbove() публичный Метод

public IsAbove ( Rectangle other ) : bool
other Rectangle
Результат bool

IsBelow() публичный Метод

public IsBelow ( Rectangle other ) : bool
other Rectangle
Результат bool

IsLeftOf() публичный Метод

public IsLeftOf ( Rectangle other ) : bool
other Rectangle
Результат bool

IsRightOf() публичный Метод

public IsRightOf ( Rectangle other ) : bool
other Rectangle
Результат bool

Rectangle() публичный Метод

public Rectangle ( Point location, Size size ) : System
location Point
size Size
Результат System

Rectangle() публичный Метод

public Rectangle ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
Результат System