The ScaleX property converts horizontal coordinate values into different reference systems.
Syntax | |||||
ScaleX(Value, From, To [, DPI]) | |||||
Return value | |||||
Type |
Description | ||||
Double |
The value converted to another coordinate system | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
Value |
Double |
ByVal |
Value to be converted to another coordinate system | |
Required |
From |
Scalings |
ByVal |
The source coordinate system | |
Required |
To |
Scalings |
ByVal |
The target coordinate system | |
Optional |
DPI |
Double |
ByVal |
Optional DPI factor for the target coordinate system pixel, if not specified, the horizontal screen resolution of the server applies | |
Scalings |
Description |
HiMetric |
0,01 mm |
Twips |
Virtual measurement system |
Millimeter |
1 mm |
Centimeter |
10 mm |
Pixel |
Screen pixels |