Heureka API .NET Documentation
ComputePolygonAreaInCircle(CircleF,PolygonShape) Method



For test purposes, use the old PolygonShape class
Syntax
'Declaration
 
<ObsoleteAttribute()>
Public Overloads Function ComputePolygonAreaInCircle( _
   ByVal circle As CircleF, _
   ByVal ps As PolygonShape _
) As Double
'Usage
 
Dim instance As StandNeighbourhood
Dim circle As CircleF
Dim ps As PolygonShape
Dim value As Double
 
value = instance.ComputePolygonAreaInCircle(circle, ps)
[Obsolete()]
public double ComputePolygonAreaInCircle( 
   CircleF circle,
   PolygonShape ps
)
[Obsolete()]
public:
double ComputePolygonAreaInCircle( 
   CircleF circle,
   PolygonShape^ ps
) 

Parameters

circle
ps
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StandNeighbourhood Class
StandNeighbourhood Members
Overload List

Send Feedback