Description
A method to obtain both the Pan and Scroll properties with a single call.
-
Return Type
-
None
-
Syntax
-
object.GetPanScroll plPan, plScroll
The GetPanScroll Method syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | plPan | Required. A Long value. long* : The horizontal offset, in image pixel coordinates.
| | plScroll | Required. A Long value. long* : The vertical offset, in image pixel coordinates.
| Remarks
Refer to each property for more details. The blending and masking images, if any, are also panned and scrolled.
|