BoundaryPoly2d.Compute Method
Public Function Compute( _
ByVal pos As Point2d, _
ByVal progress As BPolyProgressDelegate, _
ByVal findislands As Boolean _
) As Region2d
This language is not supported or no code example is available.
public Region2d Compute(
Point2d pos,
BPolyProgressDelegate progress,
bool findislands
)
This language is not supported or no code example is available.
public:
Region2d^ Compute(
Point2d^ pos,
BPolyProgressDelegate^ progress,
bool findislands
)
This language is not supported or no code example is available.
Parameters
- pos
- Point2d
The pick point.
- progress
- BPolyProgressDelegate
- findislands
- bool
Return Value
Region2dA new region that is the result of the boundary polygon operation.