*ClippingRegion()
Specifies the view boundaries of a graphics window.
Syntax
*ClippingRegion (X1, X2, Y1, Y2)
Application
MotionView, HyperView, and MediaView
Inputs
- X1, X2
- The coordinates of the upper left corner of the clipping region.
- Y1, Y2
- The coordinates of the lower right corner of the clipping region.
Context
*BeginGraphic()
*BeginPage()
Report Definitions
Example
*BeginGraphic()
• • •
*ClippingRegion(1657.26, -613.754, 2890.54, 270.386)
• • •
*EndGraphic()
Comments
Clipping region coordinates are view dependent and are computed by the program. The clipping region should not be edited by hand.