BB FlashBack SDK: FBBitmaps

Delete

Description

Deletes a bitmap from the collection.

Syntax

[C#/C++]
public Boolean Delete (long lBitmapIndex)

[VB.NET]
Public Function Delete (ByVal lBitmapIndex As Long) As Boolean

Parameters

lBitmapIndex : index of the bitmap object to delete.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

DeleteByID