This documentation is for the old version. Go to the latest Graphics Mill docs

PointF Methods

The PointF type exposes the following members.

Methods

Name Description
Public method AreEqualValue

Determines whether the specified PointF instance is equal to this point.

Public method Static member AreEqualValues

Determines whether the specified PointF instances are equal.

Public method Distance

Returns a distance from this point to the specified one.

Public method Equals (Inherited from Object.)
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 ToString

Returns a string that represents this PointF.

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

Translates a point to the specified offset.

See Also

Reference