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

In This Topic
    GetEffectProperties Method
    In This Topic
    HRESULT ID2D1Factory1::GetEffectProperties([In] const GUID& effectId,[Out] ID2D1Properties** properties)
    Syntax
    'Declaration
     
    Public Function GetEffectProperties( _
       ByVal effectId As Guid _
    ) As Properties
    public Properties GetEffectProperties( 
       Guid effectId
    )

    Parameters

    effectId
    See Also