IPolygonWithHoles2D Interface

Represents a polygon with holes in 2D space

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPolygonWithHoles2D

The IPolygonWithHoles2D type exposes the following members.

Properties
  NameDescription
Public propertyContour
Gets the polygon
Public propertyHoles
Gets the holes
Top
See Also