|
DXFReader Control - ScaleY Property
Kadmos DXFReader ActiveX Control

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

Setting ScaleY = 2 will display the following figure:

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