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

PointF.ToString Method

Returns a string that represents this PointF.

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

Syntax

Visual Basic
Public Overrides Function ToString As String
C#
public override string ToString()

Return Value

A String that represents this PointF.

See Also

Reference