ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / CreateEffect Method / CreateEffect(Guid) Method

In This Topic
    CreateEffect(Guid) Method
    In This Topic
    HRESULT ID2D1DeviceContext::CreateEffect([In] const GUID& effectId,[Out, Fast] ID2D1Effect** effect)
    Syntax
    'Declaration
     
    Public Overloads Function CreateEffect( _
       ByVal effectId As System.Guid _
    ) As Effect
    public Effect CreateEffect( 
       System.Guid effectId
    )

    Parameters

    effectId
    See Also