User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.setcurrentfilescale_double_double

Table of Contents

TGIS_LayerPixel.SetCurrentFileScale method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.SetCurrentFileScale | Constructors | Fields | Methods | Properties | Events

Sets internal file scales - (1.0, 1.0) is always possible

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure SetCurrentFileScale(
    const _dwidth : Double;
    const _swidth : Double
  );
// C++ Builder
public:
  void SetCurrentFileScale(
    const double _dwidth,
    const double _swidth
  );

Parameters

Name Type Description
_dwidth Double source width
_swidth Double destination width
2022/11/16 01:19

Page Tools