Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetCanvas Method

In This Topic
    SetCanvas Method
    In This Topic
    Set the canvas object surface to render.
    Syntax
    'Declaration
     
    Function SetCanvas( _
       ByVal canvas As Object _
    ) As Object
    object SetCanvas( 
       object canvas
    )

    Parameters

    canvas

    Return Value

    The set surface object.
    See Also