← Back to carmenta.com
Carmenta Engine SDK Documentation
×

VectorGeometry Class

Abstract base class for all vector geometry types.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are, in general, not thread-safe. Show

Syntax

C#
public abstract class VectorGeometry : Geometry

Inheritance Hierarchy

System.Object (not available in C#)
  EngineObject
    Geometry
      VectorGeometry
        LineGeometry
        MeshGeometry
        MultiGeometry
        MultiLineGeometry
        MultiPointGeometry
        MultiPolygonGeometry
        PointGeometry
        PolygonGeometry

Platforms

Windows, Linux, Android

See Also

Reference

Core Module

VectorGeometry Members

The VectorGeometry type has the following members.

Properties

NameDescription
IsDisposedGets a value that tells whether the current VectorGeometry has been disposed. Inherited from EngineObject
IsReadOnlyGets a value indicating whether the VectorGeometry is read-only or not. Inherited from Geometry
IsValidGets a value indicating whether the VectorGeometry is valid or not. Inherited from Geometry
NativeHandleGets the native Carmenta Engine kernel object the current VectorGeometry represents. Inherited from EngineObject
TypeGets the geometry type of a VectorGeometry. Inherited from Geometry

Methods

NameDescription
CalculateBoundsReturns the bounding rectangle of the Geometry. Inherited from Geometry
CloneCreates a copy of an object. Inherited from EngineObject
DisposeReleases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject
EqualsDetermines whether this instance is equal to another. Inherited from EngineObject
Static FromWellKnownBinaryOverloaded. Initializes a new Geometry instance from a WKB representation. Inherited from Geometry
Static FromWellKnownTextOverloaded. Initializes a new Geometry instance from a WKT representation. Inherited from Geometry
MoveMoves the Geometry by the specified offset. Inherited from Geometry
ToWellKnownBinaryConverts a Geometry instance into WKB representation. Inherited from Geometry
ToWellKnownTextConverts a Geometry instance into WKT representation. Inherited from Geometry
TransformApplies a 2D transform to the geometry. Inherited from Geometry

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept