C# Class FarsiLibrary.Win.Drawing.FAPainterFactory

Afficher le fichier Open project: HEskandari/FarsiLibrary

Méthodes publiques

Méthode Description
GetPainter ( BaseStyledControl control ) : IFAPainter

Returns a IFAPainter implementation based on state of the control.

Private Methods

Méthode Description
FAPainterFactory ( ) : System

Ctor. Creates know painter types.

Method Details

GetPainter() public static méthode

Returns a IFAPainter implementation based on state of the control.
public static GetPainter ( BaseStyledControl control ) : IFAPainter
control FarsiLibrary.Win.BaseClasses.BaseStyledControl
Résultat IFAPainter