Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / IsPolygonInside Method / IsPolygonInside(Polygon2D,Double) Method
Second polygon
The 2D domain diagonal

In This Topic
    IsPolygonInside(Polygon2D,Double) Method
    In This Topic
    Check the status of the subject polygon against the clip one.
    Syntax
    'Declaration
     
    Public Overloads Function IsPolygonInside( _
       ByVal subject As Polygon2D, _
       ByVal domainSize As Double _
    ) As polygonStatusType
    public polygonStatusType IsPolygonInside( 
       Polygon2D subject,
       double domainSize
    )

    Parameters

    subject
    Second polygon
    domainSize
    The 2D domain diagonal

    Return Value

    The subject polygon status.
    See Also