ComponentOne Bitmap for WPF
RegisterEffectFromString Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Factory1 Class : RegisterEffectFromString Method
HRESULT ID2D1Factory1::RegisterEffectFromString([In] const GUID& classId,[In] const wchar_t* propertyXml,[In, Buffer, Optional] const D2D1_PROPERTY_BINDING* bindings,[In] unsigned int bindingsCount,[In] const __function__stdcall* effectFactory)
Syntax
'Declaration
 
Public Sub RegisterEffectFromString( _
   ByVal classId As System.Guid, _
   ByVal ropertyXmlRef As System.String, _
   ByVal bindings() As PropertyBinding, _
   ByVal bindingsCount As System.Integer, _
   ByVal effectFactory As FunctionCallback _
) 
public void RegisterEffectFromString( 
   System.Guid classId,
   System.string ropertyXmlRef,
   PropertyBinding[] bindings,
   System.int bindingsCount,
   FunctionCallback effectFactory
)

Parameters

classId
ropertyXmlRef
bindings
bindingsCount
effectFactory
See Also

Reference

Factory1 Class
Factory1 Members