ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / CylindricShape3D Class / Render Method


In This Topic
    Render Method (CylindricShape3D)
    In This Topic
    Renders the shape based on the specified render context.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub Render( _
       ByVal rc As RenderContext _
    ) 
    'Usage
     
    
    Dim instance As CylindricShape3D
    Dim rc As RenderContext
     
    instance.Render(rc)
    protected virtual void Render( 
       RenderContext rc
    )

    Parameters

    rc
    See Also