PointF Members

The PointF type exposes the following members.

Constructors

Name Description
Public method PointF Overloaded.

Creates and initializes an instance of the PointF class.

Methods

Name Description
Public method Static member AreEqualValues
Public method Clone
Public method Distance

Returns a distance from this point to the specified one.

Public method Equals Overloaded.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rotate

Rotates a point to the specified angle.

Public method Scale

Scales a point to the specified values.

Public method ToPoint

Converts this PointF to the Point.

Public method ToPointF
Public method ToString

Returns a string that represents this PointF.

(Overrides Object.ToString()().)
Public method Translate

Translates a point to the specified offset.

Properties

Name Description
Public property IsEmpty
Public property X

Gets or sets the x-coordinate of this PointF.

Public property Y

Gets or sets the y-coordinate of this PointF.

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method ICloneable..Clone

See Also

Reference