ITcVnBitmapExport

Interface for exporting an image as a Windows Bitmap (BMP).

Inheritance Hierarchy

ITcUnknown
    ITcVnBitmapExport

ITcVnBitmapExport 1: Methods

Name

Origin

Description

TcAddRef

ITcUnknown

Increments the reference counter.

TcQueryInterface

ITcUnknown

Get a reference to an implemented interface.

TcRelease

ITcUnknown

Decrements the reference counter.

GetBitmapSize

ITcVnBitmapExport

Gets size of the image if it is converted to a Windows Bitmap (BMP).

GetBitmapImage

ITcVnBitmapExport

Export the image as a Windows Bitmap (BMP) into a given buffer.

System Requirements