Click or drag to resize

PolylineExtensionPointContainment Enumeration

Defines the way the point is contained.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum PointContainment
Members
  Member nameValueDescription
Inside0 The point is inside the boundary.
OutSide1 The point is outside the boundary.
OnBoundary2 The point is on the boundary.
See Also