ResetInk

Description

Clears ink from an InkPicture control.

Applies to

InkPicture controls

Syntax

inkpicname.ResetInk ( )

Argument

Description

inkpicname

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


Return value

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

Usage

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

Examples

The following example clears the ink from an InkPicture control:

ip_1.ResetInk()

See also

LoadInk

LoadPicture

ResetPicture

SaveInk

Save