In This Topic
DrawContent is provided primary for usage with ARNet2. However, by providing this function, it also allows some other usages to non-display canvases. OnPaint now calls this.
Syntax
'Declaration
Public Sub DrawContent( _
ByVal As Canvas, _
ByVal As Rectangle _
)
public void DrawContent(
Canvas ,
Rectangle
)
Parameters
- canvas
- rectangle
See Also