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

PointF Members

The PointF type exposes the following members.

Constructors

Name Description
Public method PointF

Creates and initializes an instance of the PointF class.

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.

Fields

Name Description
Public field X

The x-coordinate of this point.

Public field Y

The y-coordinate of this point.

See Also

Reference