ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / CustomEffect Interface / SetGraph Method
The graph to which the effect describes its transform topology through the SetDescription call..

In This Topic
    SetGraph Method (CustomEffect)
    In This Topic
    The renderer calls this method to provide the effect implementation with a way to specify its transform graph and transform graph changes. The renderer calls this method when: 1) When the effect is first initialized. 2) If the number of inputs to the effect changes.
    Syntax
    'Declaration
     
    Function SetGraph( _
       ByVal transformGraph As TransformGraph _
    ) As System.Integer
    System.int SetGraph( 
       TransformGraph transformGraph
    )

    Parameters

    transformGraph
    The graph to which the effect describes its transform topology through the SetDescription call..
    See Also