User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.reset_void

Table of Contents

TGIS_Shape.Reset method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Reset | Constructors | Fields | Methods | Properties

Reset shape.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void Reset();
' VisualBasic
Public Overridable Sub Reset()
// Oxygene
public
  procedure Reset; virtual;

Remarks

Use this method to remove all points from a shape. If you want to set a new geometry, call Reset, AddPart, AddPoint...AddPoint.

See SetPosition method for a similar example.

2024/12/20 22:23

Page Tools