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