DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ApplyCuttingPolygon | Constructors | Fields | Methods | Properties | Events
Sets a cutting polygon for a layer.
Overrides TGIS_Layer.ApplyCuttingPolygon.
// Delphi public procedure ApplyCuttingPolygon( const _wkt : String ); override;
// C++ Builder public: virtual void ApplyCuttingPolygon( const UnicodeString _wkt );
Name | Type | Description |
---|---|---|
_wkt | String | WKT representation of a polygon |