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