Clears ink from an InkPicture control.
InkPicture controls
inkpicname.ResetInk ( )
Argument |
Description |
---|---|
inkpicname |
The name of the InkPicture control from which you want to clear ink. |
Integer. Returns 1 for success and -1 for failure.
Use the ResetInk function to clear the ink from an InkPicture control.
The following example clears the ink from an InkPicture control:
ip_1.ResetInk()