ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Cylinder3D Class / OnRender Method


In This Topic
    OnRender Method (Cylinder3D)
    In This Topic
    Draws the content of the element
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRender( _
       ByVal drawingContext As DrawingContext _
    ) 
    'Usage
     
    
    Dim instance As Cylinder3D
    Dim drawingContext As DrawingContext
     
    instance.OnRender(drawingContext)
    protected virtual void OnRender( 
       DrawingContext drawingContext
    )

    Parameters

    drawingContext
    See Also