DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.setFileScale | Constructors | Fields | Methods | Properties | Events
Set internal imagery scale.
// Delphi protected function setFileScale( const _dwidth : Double; const _swidth : Double ) : Double; virtual;
// C++ Builder protected: virtual double setFileScale( const double _dwidth, const double _swidth );
Name | Type | Description |
---|---|---|
_dwidth | Double | destination width |
_swidth | Double | source width. |
Type | Description |
---|---|
Double | Current scale. |