GetExtentsCAD

  Functions >

GetExtentsCAD

Previous pageReturn to chapter overviewNext page

The GetExtentsCAD function retrieves extents of the CADImage object.

 

Syntax:

 

int GetExtentsCAD(

  HANDLE Handle,

  LPFRECT ARect

);

 

 

Parameters:

 

Handle

Identifies the CADImage object handle.

ARect

Pointer to the buffer that is to receive extents of the CADImage object in Autocad coordinates.

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

 

See Also

CADCreate  | GetBoxCAD


© 2003-2024 CADSoftTools

Go to CAD DLL