Free procedure
Prototype: |
procedure Free; |
|
Description: |
Frees a polygon wrapper. |
|
Syntax: |
polygon.Free; |
|
Part |
Description |
|
polygon |
A reference to an instance of a TPolygonWrapper |
|
Return value: |
none |
|
Example:
var
polygon : TPolygonWrapper;
begin
//...
polygon.Free;
//...
end.
See also:
Create; Free; ID; AddRing; AddPointToRing; LoadFromVarArray; AddPolygon; Ring; RingRotation; RingCount; MainRingCount; PointCount; TotalPointCount; PointX; PointY; Area; AreaOfSimplePolygons; PointInPolygon; CreateCircle; CoordinatesAsText; CreateSamplePoints; CreateCentroids
© 2024 IFER-Monitoring and Mapping Solutions