[]
        
(Showing Draft Content)

C1.Framework.IconElement.RenderIcon

RenderIcon Method

RenderIcon(Style, Graphics, Rectangle)

Renders the icon to the specified graphics surface within the given rectangle.

Declaration
protected virtual void RenderIcon(Style s, Graphics g, Rectangle r)
Protected Overridable Sub RenderIcon(s As Style, g As Graphics, r As Rectangle)
Parameters
Type Name Description
Style s

The style to use for rendering the icon.

Graphics g

The graphics surface to draw on.

Rectangle r

The rectangle that defines the bounds for rendering the icon.