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 is equal to this point.

Public method clone

Creates a new object that is a copy of the current PointF instance.

Public method distance

Returns a distance from this point to the specified one.

Public method isEqual

Determines whether the specified PointF is equal to the current PointF.

Public method rotate

Rotates a point to the specified angle.

Public method scale

Scales a point to the specified values.

Public method translate

Translates a point to the specified offset.

See Also

Reference