DoRotate Method (PSObject)
In This Topic
Allows the object to rotate using the specified point to determine the rotation angle.
Syntax
'Declaration
Protected Overridable Sub DoRotate( _
ByVal As Point _
)
'Usage
Dim instance As PSObject
Dim pt As Point
instance.DoRotate(pt)
protected virtual void DoRotate(
Point
)
Parameters
- pt
- Point with which to determine rotation angle.
See Also