Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reset Method (Automation Only) |
Resets the transform to its default state, the identity transform.
Declaration
[C++]
HRESULT Reset ();
[Microsoft® Visual Basic® 6.0]
Public Sub Reset()
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
Example
[Visual Basic 6.0]
This Visual Basic 6.0 example resets the InkTransform to its default state.
theInkTransform.Reset