IntelliCAD 11.1 Object Library | |
SetWindowToPlot Method | |
See Also |
- pLowerLeft
- The x, y coordinates of the print window's lower left corner.
- pUpperRight
- The x, y coordinates of the print window's upper right corner.
Layout Object : SetWindowToPlot Method |
Description
Sets the coordinates that define the portion of the layout to plot.
Syntax
Visual Basic |
---|
Public Sub SetWindowToPlot( _ ByVal pLowerLeft As Point, _ ByVal pUpperRight As Point _ ) |
Parameters
- pLowerLeft
- The x, y coordinates of the print window's lower left corner.
- pUpperRight
- The x, y coordinates of the print window's upper right corner.
Remarks
To get the print window, use the GetWindowToPlot method.