System.Drawing.Point Members

The members of System.Drawing.Point are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
EmptyPoint. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
Xint. Documentation for this section has not yet been entered.
Yint. Documentation for this section has not yet been entered.

Public Methods

static
Add(Point, Size) : Point
Documentation for this section has not yet been entered.
static
Ceiling(PointF) : Point
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Offset(Point)
Documentation for this section has not yet been entered.
Offset(int, int)
Documentation for this section has not yet been entered.
static
Round(PointF) : Point
Documentation for this section has not yet been entered.
static
Subtract(Point, Size) : Point
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Truncate(PointF) : Point
Documentation for this section has not yet been entered.

Public Operators

static
Addition(Point, Size)Documentation for this section has not yet been entered.
static
Equality(Point, Point)Documentation for this section has not yet been entered.
static
Inequality(Point, Point)Documentation for this section has not yet been entered.
static
Subtraction(Point, Size)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.Size(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.PointF(Implicit)Documentation for this section has not yet been entered.