DK for Delphi | GisCsProjections.TGIS_CSProjAbstract.YScale | Constructors | Fields | Methods | Properties
Y Scale (height) factor for affine transformation.
// Delphi public property YScale : Double read write;
// C++ Builder public: __property double YScale = {read, write};
| Type |
|---|
| Double |
PURPOSE:Non-uniform scaling in Y direction.
BEHAVIOR:Multiplicative factor; 1.0 = no scaling.
USAGE:Set via projection.YScale property.
CONSTRAINTS:Affine transform projections only.