GenericSPPanHalfScreen Method |
Pan half the screen width in a specified direction.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic void PanHalfScreen(
string direction,
int mapw,
int maph
)
Public Sub PanHalfScreen (
direction As String,
mapw As Integer,
maph As Integer
)
Parameters
- direction
- Type: SystemString
The direction to pan. - mapw
- Type: SystemInt32
The width of the map, in pixels - maph
- Type: SystemInt32
The height of the map, in pixels
RemarksThis procedure is designed to handle rotated views.
Supported directions are:
- map directions "N", "E", "S", "W" which pan relative to the map,
- "NE", "NW", "SE", "SW" likewise,
- view directions "U", "D", "L", "R" which pan relative to the view,
- "UL", "UR", DL", "DR" likewise.
See Also