DK11 for Delphi | GisFilePixelStore.TGIS_GridClass.CopyRect | Constructors | Methods | Properties
Copy a region of grid to another grid
// Delphi public procedure CopyRect( const _dest : TRect; const _grid : TGIS_GridArray; const _source : TRect );
// C++ Builder public: void CopyRect( TRect* const _dest, TGIS_GridArray* const _grid, TRect* const _source );
Name | Type | Description |
---|---|---|
_dest | TRect | destination rectangle |
_grid | TGIS_GridArray | grid data to copy |
_source | TRect | source rectangle |