Pointer.Confine Method | |
Confine the movement of this pointer to a given set of screen coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Confine(
oRect
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Confine(
Usual oRect = default
)
Request Example
View SourceParameters
- oRect (Optional)
- Type: Usual
The bounding box representing the set of screen coordinates in which the pointer can move.
Return Value
Type:
UsualSee Also