ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomEffectNative Class / SetGraph Method

In This Topic
    SetGraph Method (CustomEffectNative)
    In This Topic
    HRESULT ID2D1EffectImpl::SetGraph([In] ID2D1TransformGraph* transformGraph)
    Syntax
    'Declaration
     
    Public Function SetGraph( _
       ByVal transformGraph As TransformGraph _
    ) As System.Integer
    public System.int SetGraph( 
       TransformGraph transformGraph
    )

    Parameters

    transformGraph
    See Also