C# Class Windows.UI.Xaml.RectHelper

Inheritance: IRectHelper
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
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

Private Methods

Method Description
Union ( [ target, [ point ) : Rect

Method Details

Contains() public static method

public static Contains ( [ target, [ point ) : bool
target [
point [
return bool

Equals() public static method

public static Equals ( [ target, [ value ) : bool
target [
value [
return bool

FromCoordinatesAndDimensions() public static method

public static FromCoordinatesAndDimensions ( [ x, [ y, [ width, [ height ) : Rect
x [
y [
width [
height [
return Windows.Foundation.Rect

FromLocationAndSize() public static method

public static FromLocationAndSize ( [ location, [ size ) : Rect
location [
size [
return Windows.Foundation.Rect

FromPoints() public static method

public static FromPoints ( [ point1, [ point2 ) : Rect
point1 [
point2 [
return Windows.Foundation.Rect

GetBottom() public static method

public static GetBottom ( [ target ) : float
target [
return float

GetIsEmpty() public static method

public static GetIsEmpty ( [ target ) : bool
target [
return bool

GetLeft() public static method

public static GetLeft ( [ target ) : float
target [
return float

GetRight() public static method

public static GetRight ( [ target ) : float
target [
return float

GetTop() public static method

public static GetTop ( [ target ) : float
target [
return float

Intersect() public static method

public static Intersect ( [ target, [ rect ) : Rect
target [
rect [
return Windows.Foundation.Rect