|
DXFReader Control - ScaleX Property
Kadmos DXFReader ActiveX Control

DXFReader Control
ScaleX Property
|
Description
|
Returns/sets the drawing scaling factor along the X axis.
|
Syntax Visual Basic
|
[form.]DXFReader.ScaleX[ = Value!]
|
|
Visual C++
|
float DXFReader.GetScaleX(); void DXFReader.SetScaleX(float NewValue);
|
|
Delphi
|
property ScaleX: Single;
|
|
C#
|
float DXFReader.ScaleX;
|
|
Remarks
|
The scaling is about the (BaseX,BaseY) point.
The figure below shows a DXFReader Control displaying a drawing with ScaleX = 1 and with the ShowAxes property setted to True:

Setting ScaleX = 2 will display the following figure:

|
|
Data Type
|
Single
|
|
Default Value
|
1
|
Copyright © 2008 Kadmos.com - All rights reserved. Privacy Policy
|