|
Description
|
Returns/sets the output from a graphics method to a persistent bitmap.
|
Syntax Visual Basic
|
[form.]DXFReader.AutoRedraw[ = {True|False}]
|
|
Visual C++
|
BOOL DXFReader.GetAutoRedraw(); void DXFReader.SetAutoRedraw(BOOL bNewValue);
|
|
Delphi
|
property AutoRedraw: WordBool;
|
|
C#
|
bool DXFReader.AutoRedraw;
|
|
Remarks
|
Setting AutoRedraw = False will increase the drawing speed.
|
|
Data Type
|
Boolean
|
|
Default Value
|
True
|