|
Description
|
Returns/sets the picture width.
|
Syntax Visual Basic
|
[form.]DXFReader.PictureWidth[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPictureWidth(); void DXFReader.SetPictureWidth(float NewValue);
|
|
Delphi
|
property PictureWidth: Single;
|
|
C#
|
float DXFReader.PictureWidth;
|
|
Remarks
|
This property is used only if the PictureScaleMode property is setted to User (0). In this case the picture is scaled according the PictureScaleX, PictureScaleY, PictureHeight and PictureWidth properties.
|
|
Data Type
|
Single
|