|
Description
|
Returns/sets the drawing rotation angle in degrees.
|
Syntax Visual Basic
|
[form.]DXFReader.RotationAngle[ = Value!]
|
|
Visual C++
|
float DXFReader.GetRotationAngle(); void DXFReader.SetRotationAngle(float NewValue);
|
|
Delphi
|
property RotationAngle: Single;
|
|
C#
|
float DXFReader.RotationAngle;
|
|
Remarks
|
The rotation is about the (BaseX,BaseY) point.
The figure below shows a DXFReader Control displaying a drawing with RotationAngle = 0 and with the ShowAxes property setted to True:

Setting RotationAngle = 30 will display the following figure:

|
|
Data Type
|
Single
|
|
Default Value
|
0
|