BB FlashBack SDK: FBBitmaps

SetProperties

Description

Sets the properties of the specified bitmap object to those in the supplied FBBitmapProperties object.

Syntax

[C#/C++]
public Bool SetProperties (long lBitmapIndex, FBBitmapProperties* pBitmapProperties)

[VB.NET]
Public Function SetProperties (ByVal lIndex As Long, ByRef pBitmapProperties () As FBBitmapProperties) As Boolean

Parameters

lBitmapIndex : [In] Index of a bitmap.

pBitmapProperties : [In] Pointer to an FBBitmapProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

The FBBitmapProperties Class   SetPropertiesByID