C# 클래스 trello.Extensions.UiElementExtensions

파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
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