Render(RenderContext) Method
In This Topic
Renders the plot element based on the specified context.
Syntax
'Declaration
Protected Overrides Function Render( _
ByVal As RenderContext _
) As Boolean
'Usage
Dim instance As HLOC
Dim rc As RenderContext
Dim value As Boolean
value = instance.Render(rc)
protected override bool Render(
RenderContext
)
Parameters
- rc
See Also