C# Класс Windows.Foundation.Rect

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

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

Метод Описание
Contains ( Point point ) : bool
Equals ( Rect value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Intersect ( Rect rect ) : void
Rect ( Point point1, Point point2 ) : System
Rect ( Point location, Size size ) : System
Rect ( double x, double y, double width, double height ) : System
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
Union ( Point point ) : void
Union ( Rect rect ) : void
operator ( ) : bool

Приватные методы

Метод Описание
ContainsInternal ( double x, double y ) : bool
ConvertToString ( string format, IFormatProvider provider ) : string
Create ( double x, double y, double width, double height ) : Rect
CreateEmptyRect ( ) : Rect
IFormattable ( string format, IFormatProvider provider ) : string
IntersectsWith ( Rect rect ) : bool

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

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

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

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

public Equals ( Rect value ) : bool
value Rect
Результат bool

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

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

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

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

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

public Intersect ( Rect rect ) : void
rect Rect
Результат void

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

public Rect ( Point point1, Point point2 ) : System
point1 Point
point2 Point
Результат System

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

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

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

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

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

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

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

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

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

public Union ( Point point ) : void
point Point
Результат void

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

public Union ( Rect rect ) : void
rect Rect
Результат void

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

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