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

PointF.clone Method

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

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

Syntax

Java Script
function clone();

Return Value

A new PointF that is a copy of this instance.

See Also

Reference