|
Description
|
Returns/sets the background picture.
|
Syntax Visual Basic
|
[form.]DXFReader.Picture[ = Picture]
|
|
Visual C++
|
CPicture DXFReader.GetPicture(); void DXFReader.SetPicture(LPDISPATCH NewValue);
|
|
Delphi
|
property Picture: TPicture;
|
|
C#
|
Image DXFReader.Picture;
|
|
Remarks
|
Use this property to load a background picture to be used together with a drawing.
The DXFReader control can show and plot bitmaps (*.bmp, *.gif, *.jpg) , icons, and metafiles.
|
|
Data Type
|
Picture
|