BB FlashBack SDK: FBBlurs

SetPropertiesByID

Description

Sets the properties of the specified blur object to those in the supplied FBBlurProperties object.

Syntax

[C#/C++]
public Bool SetPropertiesByID (long lID, FBBlurProperties* pBlurProperties);

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

Parameters

lID : [In] ID of a blur.

pBlurProperties : [In] Pointer to an FBBlurProperties 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 FBBlurProperties Class   FBBlurs::SetProperties