Method OnDrawingContent
OnDrawingContent()
Called when the View's content is to be drawn. The default implementation does nothing.
protected override bool OnDrawingContent()
Returns
Remarks
This method adds the line to the LineCanvas for rendering. The actual rendering is performed by the parent view through RenderLineCanvas().