BB FlashBack SDK: FBBitmaps

SetPropertiesByID

Description

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

Syntax

[C#/C++]
public Bool SetPropertiesByID (long lBitmapID, FBBitmapProperties* pBitmapProperties);

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

Parameters

lBitmapID : [In] ID 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   SetProperties