C# Class Windows.Foundation.Rect

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Contains() public méthode

public Contains ( Point point ) : bool
point Point
Résultat bool

Equals() public méthode

public Equals ( Rect value ) : bool
value Rect
Résultat bool

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersect() public méthode

public Intersect ( Rect rect ) : void
rect Rect
Résultat void

Rect() public méthode

public Rect ( Point point1, Point point2 ) : System
point1 Point
point2 Point
Résultat System

Rect() public méthode

public Rect ( Point location, Size size ) : System
location Point
size Size
Résultat System

Rect() public méthode

public Rect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
Résultat string

Union() public méthode

public Union ( Point point ) : void
point Point
Résultat void

Union() public méthode

public Union ( Rect rect ) : void
rect Rect
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool