|
DXFReader Control - MinX Property
Kadmos DXFReader ActiveX Control

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