ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 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