RectF Class

Definition

Line 448 of System.Windows/Graphics.cm

Constructors & Destructor

public nothrow RectF()
public nothrow RectF(const PointF& location_, const SizeF& size_)

Member Functions

public inline nothrow float Bottom() const
public inline nothrow bool Contains(const PointF& p)
public inline nothrow void Inflate(float dx, float dy)
public nothrow bool IntersectsWith(const RectF& that) const
public inline nothrow bool IsEmpty() const
public inline nothrow float Left() const
public inline nothrow void Offset(float dx, float dy)
public inline nothrow float Right() const
public nothrow String<char> ToString() const
public inline nothrow float Top() const
public static nothrow RectF Union(const RectF& a, const RectF& b)

Member Variables

public PointF location
public SizeF size

Constructor& Destructor Details

RectF Constructor

public nothrow RectF()

Definition
Line 450 of System.Windows/Graphics.cm


RectF Constructor

public nothrow RectF(const PointF& location_, const SizeF& size_)

Definition
Line 453 of System.Windows/Graphics.cm


Member Function Details

Bottom Member Function

public inline nothrow float Bottom()

Definition
Line 468 of System.Windows/Graphics.cm


Contains Member Function

public inline nothrow bool Contains(const PointF& p)

Definition
Line 480 of System.Windows/Graphics.cm


Inflate Member Function

public inline nothrow void Inflate(float dx, float dy)

Definition
Line 484 of System.Windows/Graphics.cm


IntersectsWith Member Function

public nothrow bool IntersectsWith(const RectF& that)

Definition
Line 495 of System.Windows/Graphics.cm


IsEmpty Member Function

public inline nothrow bool IsEmpty()

Definition
Line 476 of System.Windows/Graphics.cm


Left Member Function

public inline nothrow float Left()

Definition
Line 456 of System.Windows/Graphics.cm


Offset Member Function

public inline nothrow void Offset(float dx, float dy)

Definition
Line 491 of System.Windows/Graphics.cm


Right Member Function

public inline nothrow float Right()

Definition
Line 460 of System.Windows/Graphics.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 472 of System.Windows/Graphics.cm


Top Member Function

public inline nothrow float Top()

Definition
Line 464 of System.Windows/Graphics.cm


Union Static Member Function

public static nothrow RectF Union(const RectF& a, const RectF& b)

Definition
Line 499 of System.Windows/Graphics.cm