DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.ScaleGrid | Methods | Properties
Scales grid array using a linear filter by default.
// C# public void ScaleGrid( ITGIS_GridArray _srcGrid, ITGIS_GridArray _dstGrid, int _lstart, int _tstart );
' VisualBasic Public Sub ScaleGrid( ByVal _srcGrid As ITGIS_GridArray, ByVal _dstGrid As ITGIS_GridArray, ByVal _lstart As Integer, ByVal _tstart As Integer )
// Oxygene public procedure ScaleGrid( _srcGrid : ITGIS_GridArray; _dstGrid : ITGIS_GridArray; _lstart : Integer; _tstart : Integer );
Name | Type | Description |
---|---|---|
_srcGrid | ITGIS_GridArray | source grid array |
_dstGrid | ITGIS_GridArray | destination grid array |
_lstart | int Integer | for zoom in - omitted left part |
_tstart | int Integer | for zoom in - omitted top part |