C# Класс Treefrog.Framework.Imaging.Rectangle

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

Открытые свойства

Свойство Тип Описание
Empty Rectangle

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

Метод Описание
Contains ( Point point ) : bool
Equals ( Rectangle other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsAreaEmpty ( Rectangle rect ) : bool
IsAreaNegative ( Rectangle rect ) : bool
IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( Point location, int width, int height ) : System
Rectangle ( int x, int y, int width, int height ) : System
ToString ( ) : string
operator ( ) : Rectangle
operator ( ) : bool

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

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

public Contains ( Point point ) : bool
point Point
Результат bool

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

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

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public GetHashCode ( ) : int
Результат int

IsAreaEmpty() публичный статический Метод

public static IsAreaEmpty ( Rectangle rect ) : bool
rect Rectangle
Результат bool

IsAreaNegative() публичный статический Метод

public static IsAreaNegative ( Rectangle rect ) : bool
rect Rectangle
Результат bool

IsAreaNegativeOrEmpty() публичный статический Метод

public static IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
rect Rectangle
Результат bool

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

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

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

public Rectangle ( Point location, int width, int height ) : System
location Point
width int
height int
Результат System

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

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

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

public ToString ( ) : string
Результат string

operator() публичный статический Метод

public static operator ( ) : Rectangle
Результат Rectangle

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool

Описание свойств

Empty публичное статическое свойство

public static Rectangle,Treefrog.Framework.Imaging Empty
Результат Rectangle