PointInRotateHandle Method (PSObject)
In This Topic
Gets whether the specified point is in the rotate handle.
Syntax
'Declaration
Public Overridable Function PointInRotateHandle( _
ByVal As Point _
) As Boolean
'Usage
Dim instance As PSObject
Dim pt As Point
Dim value As Boolean
value = instance.PointInRotateHandle(pt)
public virtual bool PointInRotateHandle(
Point
)
Parameters
- pt
- Point
Return Value
true if in handle; false otherwise
See Also