Method OnDrawingContent
OnDrawingContent(DrawContext?)
Called when the View's content is to be drawn. The default implementation does nothing.
protected virtual bool OnDrawingContent(DrawContext? context)
Parameters
context
DrawContextThe draw context to report drawn areas to.
Returns
OnDrawingContent()
Called when the View's content is to be drawn. The default implementation does nothing.
protected virtual bool OnDrawingContent()