C# Class ComponentFactory.Krypton.Toolkit.ViewDrawNull

Draw a red rectangle in the location of the null element.
Inheritance: ViewLayoutNull
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawNull ( Color fillColor ) : System

Initialize a new instance of the ViewDrawNull class.

Method Details

RenderBefore() public méthode

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context RenderContext Rendering context.
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawNull() public méthode

Initialize a new instance of the ViewDrawNull class.
public ViewDrawNull ( Color fillColor ) : System
fillColor Color Color to fill drawing area.
Résultat System