IRenderingControl Interface
Provides the base requirements for a control that supports rendering.
public interface IRenderingControl
Methods
Render(DrawingContext)
Renders the control.
void Render(DrawingContext context)
Parameter | Type | Description |
---|---|---|
context | DrawingContext | The Avalonia.Media.DrawingContext to use. |