ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Guid _
    ) As Properties
    public Properties GetEffectProperties( 
       System.Guid effectId
    )

    Parameters

    effectId
    See Also