GOA - System.Drawing.RectangleF

RectangleF Class


Stores the location and size of a rectangular region with floating point parameters. This class cannot be inherited.

Definition

public sealed class RectangleF: Object

Members Table

MethodDescription
ContainsOverloaded. Determines if the specified point or rectangular region is contained within this RectangleF object.
EqualsOverloaded. Compares two objects to determine if they are equal.
FromLTRBCreates a RectangleF object with upper-left corner and lower-right corner at the specified locations.
GetHashCodeOverriden. Gets the hash code for this RectangleF object.
GetTypeGets the Type of the current instance. (Inherited from Object)
InflateOverloaded. Inflates a rectangular region by the specified amount.
IntersectOverloaded. Returns a RectangleF object that represents the intersection of two rectangles. If there is no intersection, null is returned.
IntersectsWithDetermines if this rectangle intersects with another RectangleF.
OffsetOverloaded. Adjusts the location of this RectangleF by a specified amount.
RectangleFOverloaded. Initializes a new instance of RectangleF.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverriden. Converts the Location and Size of this RectangleF to a human-readable string.
UnionCreates the smallest possible third rectangle that can contain both of two rectangles that form a union.
PropertyDescription
BottomGets the vertical coordinate of the bottom edge of this RectangleF object.
EmptyRepresents an instance of the RectangleF class with its members uninitialized.
HeightGets or sets the height of this RectangleF object.
IsEmptyGets a value indicating whether all numeric properties of this RectangleF have values of zero.
LeftGets the horizontal coordinate of the left edge of this RectangleF object.
LocationGets or sets the coordinates of the upper-left corner of this RectangleF object.
RightGets the horizontal coordinate of the right edge of this RectangleF object.
SizeGets or sets the size of this RectangleF.
TopGets the vertical coordinate of the top edge of this RectangleF object.
WidthGets or sets the width of this RectangleF object.
XGets or sets the horizontal coordinate of the upper-left corner of this RectangleF object.
YGets or sets the vertical coordinate of the upper-left corner of this RectangleF object.
OperatorDescription
operator !=Tests whether two RectangleF objects differ in location or size.
operator ==Tests whether two RectangleF objects have equal location and size.

Inheritance Hierarchy

Object
RectangleF

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Drawing.scl
Flash Library Version2.0.0.1291
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.