Click or drag to resize
AB4D logo

PolygonAnalyzer Methods

The PolygonAnalyzer type exposes the following members.

Methods
 NameDescription
Public methodAnalyze Analyzes this polygon again and recalculates its properties.
Public methodCreateReversedPolygonAnalyzer Returns a PolygonAnalyzer that is created by reversing the order of positions in this PolygonAnalyzer
Public methodDump Dumps the text that describes the individual vertices in this PolygonAnalyzer into the Visual Studio Output window
Public methodGetDumpString Gets a string the describes the individual vertices in this PolygonAnalyzer.
Public methodGetEnumerator Gets an enumerator that can be used to iterate through all PolygonVertex items in the polygon defined by this PolygonAnalyzer.
Public methodIsPointInsidePolygon Returns true when the specified point is inside the polygon defined by this PolygonAnalyzer.
Public methodOptimizeVertices OptimizeVertices removes duplicate vertices (that follow one another) and remove vertices that lie on the same line.
Public methodRemoveVertex Removes the specified vertex from this polygon.
Top
See Also