BB FlashBack SDK: FBBlurs

SetProperties

Description

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

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBBlurProperties* pBlurProperties)

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

Parameters

lIndex : [In] Index 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.

See Also

The FBBlurProperties Class   FBBlurs::SetPropertiesByID