|
Description
|
Returns/sets the Y coordinate (in drawing units) of the picture lower-left corner.
|
Syntax Visual Basic
|
[form.]DXFReader.PictureBaseY[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPictureBaseY(); void DXFReader.SetPictureBaseY(float NewValue);
|
|
Delphi
|
property PictureBaseY: Single;
|
|
C#
|
float DXFReader.PictureBaseY;
|
|
Remarks
|
Use this property to translate the overlay picture respecting the drawing. See also the PictureBaseX property.
|
|
Data Type
|
Single
|
|
Default Value
|
0
|