|
DXFReader Control - MaxY Property
Kadmos DXFReader ActiveX Control

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