C# Class DecorationConnector.Forms.DecorConnector

Inheritance: IReadOnlyDecoration
Afficher le fichier Open project: davidnemeti/Sarcasm

Méthodes publiques

Méthode Description
ContainsKey ( object key ) : bool
DecorConnector ( IReadOnlyDecoration decoration ) : System
TryGetValueTypeless ( object key, object &value ) : bool

Private Methods

Méthode Description
TransformColor ( Sarcasm.Unparsing.Styles color ) : Color
TransformFontFamily ( Sarcasm.Unparsing.Styles fontFamily ) : FontFamily
TransformFontStyle ( Sarcasm.Unparsing.Styles fontStyle ) : System.Drawing.FontStyle
TransformFontWeight ( Sarcasm.Unparsing.Styles fontWeight ) : System.Drawing.FontStyle
TransformTextDecoration ( Sarcasm.Unparsing.Styles textDecoration ) : System.Drawing.FontStyle

Method Details

ContainsKey() public méthode

public ContainsKey ( object key ) : bool
key object
Résultat bool

DecorConnector() public méthode

public DecorConnector ( IReadOnlyDecoration decoration ) : System
decoration IReadOnlyDecoration
Résultat System

TryGetValueTypeless() public méthode

public TryGetValueTypeless ( object key, object &value ) : bool
key object
value object
Résultat bool