ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory1 Class / RegisterEffectFromString Method

In This Topic
    RegisterEffectFromString Method
    In This Topic
    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 Guid, _
       ByVal ropertyXmlRef As String, _
       ByVal bindings() As PropertyBinding, _
       ByVal bindingsCount As Integer, _
       ByVal effectFactory As FunctionCallback _
    ) 
    public void RegisterEffectFromString( 
       Guid classId,
       string ropertyXmlRef,
       PropertyBinding[] bindings,
       int bindingsCount,
       FunctionCallback effectFactory
    )

    Parameters

    classId
    ropertyXmlRef
    bindings
    bindingsCount
    effectFactory
    See Also