ComponentOne Bitmap for UWP
C1.UWP.DX 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