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

PointF.AreEqualValue Method

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

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function AreEqualValue ( _
	p As PointF _
) As Boolean
C#
public bool AreEqualValue(
	PointF p
)

Return Value

The Boolean value which indicates whether p is the same instance as this point.

See Also

Reference