C# Класс Windows.UI.Xaml.RectHelper

Наследование: IRectHelper
Показать файл Открыть проект

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

Метод Описание
Contains ( [ target, [ point ) : bool
Equals ( [ target, [ value ) : bool
FromCoordinatesAndDimensions ( [ x, [ y, [ width, [ height ) : Rect
FromLocationAndSize ( [ location, [ size ) : Rect
FromPoints ( [ point1, [ point2 ) : Rect
GetBottom ( [ target ) : float
GetIsEmpty ( [ target ) : bool
GetLeft ( [ target ) : float
GetRight ( [ target ) : float
GetTop ( [ target ) : float
Intersect ( [ target, [ rect ) : Rect

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

Метод Описание
Union ( [ target, [ point ) : Rect

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

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

public static Contains ( [ target, [ point ) : bool
target [
point [
Результат bool

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

public static Equals ( [ target, [ value ) : bool
target [
value [
Результат bool

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

public static FromCoordinatesAndDimensions ( [ x, [ y, [ width, [ height ) : Rect
x [
y [
width [
height [
Результат Windows.Foundation.Rect

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

public static FromLocationAndSize ( [ location, [ size ) : Rect
location [
size [
Результат Windows.Foundation.Rect

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

public static FromPoints ( [ point1, [ point2 ) : Rect
point1 [
point2 [
Результат Windows.Foundation.Rect

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

public static GetBottom ( [ target ) : float
target [
Результат float

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

public static GetIsEmpty ( [ target ) : bool
target [
Результат bool

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

public static GetLeft ( [ target ) : float
target [
Результат float

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

public static GetRight ( [ target ) : float
target [
Результат float

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

public static GetTop ( [ target ) : float
target [
Результат float

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

public static Intersect ( [ target, [ rect ) : Rect
target [
rect [
Результат Windows.Foundation.Rect