[]
Renders the element into a given rectangle.
public override void Render(Graphics g, Rectangle r)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics object where the element will be rendered. |
Rectangle | r | Rectangle where the element will be rendered. |