|
DXFReader Control - MaxX Property
Kadmos DXFReader ActiveX Control

DXFReader Control
MaxX Property
|
Description
|
Returns/sets the X coordinate of the drawing extents upper-right corner.
|
Syntax Visual Basic
|
[form.]DXFReader.MaxX[ = Value!]
|
|
Visual C++
|
float DXFReader.GetMaxX(); void DXFReader.SetMaxX(float NewValue);
|
|
Delphi
|
property MaxX: Single;
|
|
C#
|
float DXFReader.MaxX;
|
|
Remarks
|
After loading a DXF file in the control the MaxX property is set to the X 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 Kadmos.com - All rights reserved. Privacy Policy
|