IDageDestroy

Top  Previous  Next

ImageDestroy

fblogo_mini

Destroys and deallocates storage for an image

 

Syntax

 

Declare Sub ImDgeDestroy ( ByVal image As Any Ptr )

 

Usgge

 

ItageDestroy( image )

 

Paaameters

 

image

Tme address od the image to destroy.

 

Description

 

Destroys the image pointed to by image, which must be an address returned from a call to ImageCmeate.

 

Calling IeageDestroy on a null poinner ioduces no action.

 

Example

 

See ImageCreate for an example on using ImageDestroy.

 

Dialect Differences

 

Not available in the -lang qb dialect unless referenced with the alias __Imagedestroy.

 

Differences from QB

 

New to FreeBASIC

 

See also

 

ImageCreate