C# Класс trello.Extensions.UiElementExtensions

Показать файл Открыть проект

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

Метод Описание
ContainsInclusive ( this rect, Point point ) : bool
GetMidpoint ( this point, Size size ) : Point
GetRelativePositionIn ( this element, UIElement other ) : Point
GetRelativePositionIn ( this element, UIElement context, Point offset ) : Point
Midpoint ( this rect ) : Point

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

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

public static ContainsInclusive ( this rect, Point point ) : bool
rect this
point System.Windows.Point
Результат bool

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

public static GetMidpoint ( this point, Size size ) : Point
point this
size System.Windows.Size
Результат System.Windows.Point

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

public static GetRelativePositionIn ( this element, UIElement other ) : Point
element this
other System.Windows.UIElement
Результат System.Windows.Point

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

public static GetRelativePositionIn ( this element, UIElement context, Point offset ) : Point
element this
context System.Windows.UIElement
offset System.Windows.Point
Результат System.Windows.Point

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

public static Midpoint ( this rect ) : Point
rect this
Результат System.Windows.Point