GDIp_DeleteGraphics

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > GDIp > Graphics >

GDIp_DeleteGraphics

 

Description

 

Deletes the specified Graphics object.

 

Syntax

 

Status = GDIp_DeleteGraphics(graphic)

 

Returns

 

Number.

If the function succeeds, it returns Ok, which is an element of the Status enumeration.

If the function fails, it returns one of the other elements of the Status enumeration.

 

Parameters

 

Name

Type

Optional

Meaning

graphic

Number

No

Pointer to the Graphics object.

 

Remarks

 

Restrictions

 

See also

 

Examples