|
DXFReader Control - MinY Property
Kadmos DXFReader ActiveX Control

DXFReader Control
MinY Property
|
Description
|
Returns/sets the Y coordinate of the drawing extents lower-left corner.
|
Syntax Visual Basic
|
[form.]DXFReader.MinY[ = Value!]
|
|
Visual C++
|
float DXFReader.GetMinY(); void DXFReader.SetMinY(float NewValue);
|
|
Delphi
|
property MinY: Single;
|
|
C#
|
float DXFReader.MinY;
|
|
Remarks
|
After loading a DXF file in the control the MinY property is set to the Y coordinate value of the drawing extent lower-left corner.
The ZoomUser method resizes the drawing to the rectangle delimited by (MinX, MinY)-(MaxX, MaxY).
|
|
Data Type
|
Single
|
Copyright © 2008/2009 Kadmos.com - All rights reserved. Privacy Policy
|