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