Table of Contents

Class PointBaseShape

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.

public abstract class PointBaseShape : BaseShape
Inheritance
PointBaseShape
Derived
Inherited Members

Remarks

This class is used as the base class for point shapes such as:

PointShape
MultiPointShape

It can be inherited from to create your own specialized point geometry. If you choose to do this, your new class must conform to one of the well-known text standard shapes in order for the base implementations to work properly.

Constructors

PointBaseShape()

This is the default constructor for PointBaseShape.

protected PointBaseShape()

Remarks

This constructor simply calls the base constructor.