CadPrintPutRect
Sets the rectangle of the print setup.
void CadPrintPutRect (
double Left,
double Bottom,
double Right,
double Top
);
Parameters
- Left (double)
- Numeric value (double precision).
- Bottom (double)
- Numeric value (double precision).
- Right (double)
- Numeric value (double precision).
- Top (double)
- Numeric value (double precision).
Return Value
None.