Adds the specified point to the end of the points collection.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Sub AddPoint ( _ point As PointF _ )
public void AddPoint( PointF point )
Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF
The PointF to add.