Click or drag to resize

RegionExtension Class

Provides extension methods for the Region type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryRegionExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class RegionExtension

The RegionExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCentroid
Gets the Centroid of the Region (WCS coordinates).
Public methodStatic memberGetCurves
Gets the curves constituting the boundaries of the region.
Public methodStatic memberGetPointContainment
Gets the PointContainment of the region for the supplied point.
Top
See Also