C# Class Praeclarum.Graphics.RectangleF

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Свойство Type Description
X float

Méthodes publiques

Méthode Description
Contains ( PointF loc ) : bool
Inflate ( SizeF size ) : void
Inflate ( float width, float height ) : void
IntersectsWith ( RectangleF rect ) : bool
RectangleF ( PointF origin, SizeF size ) : System
RectangleF ( float left, float top, float width, float height ) : System
ToString ( ) : string
Union ( RectangleF a, RectangleF b ) : RectangleF

Method Details

Contains() public méthode

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

Inflate() public méthode

public Inflate ( SizeF size ) : void
size SizeF
Résultat void

Inflate() public méthode

public Inflate ( float width, float height ) : void
width float
height float
Résultat void

IntersectsWith() public méthode

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

RectangleF() public méthode

public RectangleF ( PointF origin, SizeF size ) : System
origin PointF
size SizeF
Résultat System

RectangleF() public méthode

public RectangleF ( float left, float top, float width, float height ) : System
left float
top 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

Property Details

X public_oe property

public float X
Résultat float