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