'Declaration Protected Overrides Sub OnRender( _ ByVal drawingContext As DrawingContext _ )
'Usage Dim instance As SplineBorder Dim drawingContext As DrawingContext instance.OnRender(drawingContext)
protected override void OnRender( DrawingContext drawingContext )
Parameters
- drawingContext
- A DrawingContext object that supplies the drawing instructions for a Control object. This context is provided to the layout system.