GOA - System.Drawing.PointF

PointF Class


Represents an ordered pair of floating point corresponding to the horizontal and vertical coordinates that define a point in a two-dimensional plane. This class cannot be inherited.

Definition

public sealed class PointF: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns a hash code for this PointF object.
GetTypeGets the Type of the current instance. (Inherited from Object)
OffsetTranslates this PointF by the specified amount.
PointFOverloaded. Initializes a new instance of PointF.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverriden. Converts this PointF to a human readable string.
PropertyDescription
EmptyRepresents a null PointF.
IsEmptyGets a value indicating whether this PointF is empty.
XGets or sets the horizontal coordinate of this PointF.
YGets or sets the vertical coordinate of this PointF.
OperatorDescription
operator !=Compares two PointF objects. The result specifies whether the values of the X or Y properties of the two PointF objects are unequal.
operator +Translates a PointF by a given Size.
operator -Translates a PointF by the negative of a given Size.
operator ==Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.

Inheritance Hierarchy

Object
PointF

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.