Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class
Members

In This Topic
    PolyRegion2D Class
    In This Topic
    Class that performs boolean operations on contours of 2D polygonal region.
    Syntax
    'Declaration
     
    Public Class PolyRegion2D 
    public class PolyRegion2D 
    Remarks
    The algorithm is more robust than the one used by the Region, but it changes the coordinates a little bit.
    Inheritance Hierarchy

    System.Object
       devDept.Geometry.PolyRegion2D

    See Also