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

PointF.AreEqualValues Method

Determines whether the specified PointF instances are equal.

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

Syntax

Visual Basic
Public Shared Function AreEqualValues ( _
	p1 As PointF, _
	p2 As PointF _
) As Boolean
C#
public static bool AreEqualValues(
	PointF p1,
	PointF p2
)

Return Value

The Boolean value which indicates whether p1 and p2 are the same instances.

See Also

Reference