[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: GetViewSttings
USE: This procedure will return the current viewport settings. The
information is returned the the record type ViewPortType.
ViewPortType = Record
X1, Y1, X2, Y2 : Word;
Clip : Boolean;
end;
DEPENDENCY: Must first be in graphics mode. The unit Graph
must also be placed in the uses section.
SYNTAX: GetViewSettings(Var ViewPortInfo : ViewPortType);
See Also:
SetViewPort
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson