ResetPicture

Description

Clears a picture from an InkPicture control.

Applies to

InkPicture controls

Syntax

inkpicname.ResetPicture ( )

Argument

Description

inkpicname

The name of the InkPicture control from which you want to clear a picture.


Return value

Integer. Returns 1 for success and -1 for failure.

Usage

Use the ResetInk function to clear the image from an InkPicture control.

Examples

The following example clears the image from an InkPicture control:

ip_1.ResetPicture()

See also

LoadInk

LoadPicture

ResetInk

SaveInk

Save