GOA - System.Drawing.Point

Point Class


Represents an ordered pair of integer 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 Point: Object

Members Table

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

Inheritance Hierarchy

Object
Point

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.