Render(RenderContext) Method
In This Topic
Render the element based on the specified context.
Syntax
'Declaration
Protected Overridable Function Render( _
ByVal As RenderContext _
) As Boolean
'Usage
Dim instance As Pie3D
Dim rc As RenderContext
Dim value As Boolean
value = instance.Render(rc)
protected virtual bool Render(
RenderContext
)
Parameters
- rc
Return Value
Whether the rendering was successful.
See Also