C# Class MegaMan.Common.Geometry.RectangleF

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty RectangleF

Méthodes publiques

Méthode Description
Contains ( PointF pt ) : bool
Contains ( RectangleF rect ) : bool
Contains ( float x, float y ) : bool
Equals ( object obj ) : bool
FromLTRB ( float left, float top, float right, float bottom ) : RectangleF
GetHashCode ( ) : int
Inflate ( RectangleF rect, float x, float y ) : RectangleF
Inflate ( float x, float y ) : void
Intersect ( RectangleF a, RectangleF b ) : RectangleF
Intersect ( RectangleF rect ) : void
IntersectsWith ( RectangleF rect ) : bool
Offset ( PointF pos ) : void
Offset ( float x, float y ) : void
RectangleF ( float x, float y, float width, float height ) : System
ToString ( ) : string
Union ( RectangleF a, RectangleF b ) : RectangleF
operator ( ) : bool

Method Details

Contains() public méthode

public Contains ( PointF pt ) : bool
pt PointF
Résultat bool

Contains() public méthode

public Contains ( RectangleF rect ) : bool
rect RectangleF
Résultat bool

Contains() public méthode

public Contains ( float x, float y ) : bool
x float
y float
Résultat bool

Equals() public méthode

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

FromLTRB() public static méthode

public static FromLTRB ( float left, float top, float right, float bottom ) : RectangleF
left float
top float
right float
bottom float
Résultat RectangleF

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Inflate() public static méthode

public static Inflate ( RectangleF rect, float x, float y ) : RectangleF
rect RectangleF
x float
y float
Résultat RectangleF

Inflate() public méthode

public Inflate ( float x, float y ) : void
x float
y float
Résultat void

Intersect() public static méthode

public static Intersect ( RectangleF a, RectangleF b ) : RectangleF
a RectangleF
b RectangleF
Résultat RectangleF

Intersect() public méthode

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

IntersectsWith() public méthode

public IntersectsWith ( RectangleF rect ) : bool
rect RectangleF
Résultat bool

Offset() public méthode

public Offset ( PointF pos ) : void
pos PointF
Résultat void

Offset() public méthode

public Offset ( float x, float y ) : void
x float
y float
Résultat void

RectangleF() public méthode

public RectangleF ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Union() public static méthode

public static Union ( RectangleF a, RectangleF b ) : RectangleF
a RectangleF
b RectangleF
Résultat RectangleF

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static RectangleF,MegaMan.Common.Geometry Empty
Résultat RectangleF