|
Description
|
Returns/sets whether the control will display the base point.
|
Syntax Visual Basic
|
[form.]DXFReader.ShowBasePoint[ = {True|False}]
|
|
Visual C++
|
BOOL DXFReader.GetShowBasePoint(); void DXFReader.SetShowBasePoint(BOOL bNewValue);
|
|
Delphi
|
property ShowBasePoint: WordBool;
|
|
C#
|
bool DXFReader.ShowBasePoint;
|
|
Remarks
|
Setting ShowBasePoint = True will show the base point of the drawing as a cirle with a cross inside. The figure below shows the control displaying the base point.
 The base point color is setted by the AxesColor property.
The scaling along the X and the Y axes and rotation are about the (BaseX,BaseY) point.
|
|
Data Type
|
Boolean
|
|
Default Value
|
False
|