BB FlashBack SDK: FBBitmaps

DeleteByID

Description

Deletes a bitmap from the collection.

Syntax

[C#/C++]
public Boolean DeleteByID (long lBitmapID)

[VB.NET]
Public Function DeleteByID (ByVal lID As Long) As Boolean

Parameters

lBitmapID : ID 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

Delete