C# Class Praeclarum.Graphics.RectangleF

显示文件 Open project: praeclarum/Praeclarum Class Usage Examples

Public Properties

Property Type Description
X float

Public Methods

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

public Contains ( PointF loc ) : bool
loc PointF
return bool

Inflate() public method

public Inflate ( SizeF size ) : void
size SizeF
return void

Inflate() public method

public Inflate ( float width, float height ) : void
width float
height float
return void

IntersectsWith() public method

public IntersectsWith ( RectangleF rect ) : bool
rect RectangleF
return bool

RectangleF() public method

public RectangleF ( PointF origin, SizeF size ) : System
origin PointF
size SizeF
return System

RectangleF() public method

public RectangleF ( float left, float top, float width, float height ) : System
left float
top float
width float
height float
return System

ToString() public method

public ToString ( ) : string
return string

Union() public static method

public static Union ( RectangleF a, RectangleF b ) : RectangleF
a RectangleF
b RectangleF
return RectangleF

Property Details

X public_oe property

public float X
return float