Function GetLScale returns the scale of the referenced layer.
FUNCTION GetLScale(h : HANDLE): REAL;def vs.GetLScale(h):
return REAL| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to layer. |
''Joel Sciamma 2006.02.20'': Returns 200 for 1:200, 1 for 1:1 and 0.5 for 2x
LayerScale := GetLScale(LayerHandle);LayerScale = vs.GetLScale(vs.ActLayer())Availability: from All Versions