Image Class

Image Class

This Package | All Packages

public abstract class Image
implements IPersistable

Represents the base class for image classes such as Bitmap, Cursor, Metafile, and Icon.

Constructors
Name Description
Image() Topic under construction.
Image(IPicture picture) Topic under construction.

Methods
Name Description
copyHandle() Topic under construction.
finalize() Topic under construction.
getPICTDESC() Topic under construction.
getSize() Topic under construction.
loadImage(IDataStream stream) Topic under construction.
loadImage(IStream stream) Topic under construction.
loadPicture(IStream stream) Topic under construction.
releasePicture(IPicture picture) Topic under construction.
save(IDataStream outputStream) Topic under construction.
toString() Topic under construction.

Constructors

Image.Image

Syntax 1
public Image();
Description

Topic under construction.



Syntax 2
public Image( IPicture picture );
Description

Topic under construction.

Methods

Image.copyHandle

Syntax
public abstract int copyHandle();
Description

Topic under construction.

Image.finalize

Syntax
public void finalize();
Description

Topic under construction.

Image.getPICTDESC

Syntax
public abstract PICTDESC getPICTDESC();
Description

Topic under construction.

Image.getSize

Syntax
public abstract Point getSize();
Description

Topic under construction.

Image.loadImage

Syntax 1
public static Image loadImage( IDataStream stream );
Description

Topic under construction.



Syntax 2
public static Image loadImage( IStream stream );
Description

Topic under construction.

Image.loadPicture

Syntax
public static IPicture loadPicture( IStream stream );
Description

Topic under construction.

Image.releasePicture

Syntax
public static void releasePicture( IPicture picture );
Description

Topic under construction.

Image.save

Syntax
public void save( IDataStream outputStream );
Description

Topic under construction.

Image.toString

Syntax
public String toString();
Description

Topic under construction.