GetWindowToPlot Method |
Gets the coordinates that define the portion of the layout to plot.
Signature
object.GetWindowToPlot(LowerLeft, UpperRight)
Object
Layout, PlotConfiguration
The object or objects this method applies to.
LowerLeft
Variant (two-element array of doubles);
output-only
The X and Y values for the lower-left window.
UpperRight
Variant (two-element array of doubles);
output-only
The X and Y values for the upper-right window.
Remarks
The window coordinates are taken from the origin.
The units for these values are specified by the PaperUnits property.
The PlotType property must be set to acWindow for these coordinates to be used for the plot.
Comments? |