C# Class MetroFramework.Drawing.MetroPaint

Afficher le fichier Open project: AshishKilmist/MetroFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetStringFormat ( ContentAlignment textAlign ) : StringFormat
GetStyleBrush ( MetroColorStyle style ) : SolidBrush
GetStyleColor ( MetroColorStyle style ) : Color
GetStylePen ( MetroColorStyle style ) : Pen
GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
GetTextFormatFlags ( ContentAlignment textAlign, bool WrapToLine ) : TextFormatFlags

Method Details

GetStringFormat() public static méthode

public static GetStringFormat ( ContentAlignment textAlign ) : StringFormat
textAlign ContentAlignment
Résultat System.Drawing.StringFormat

GetStyleBrush() public static méthode

public static GetStyleBrush ( MetroColorStyle style ) : SolidBrush
style MetroColorStyle
Résultat System.Drawing.SolidBrush

GetStyleColor() public static méthode

public static GetStyleColor ( MetroColorStyle style ) : Color
style MetroColorStyle
Résultat Color

GetStylePen() public static méthode

public static GetStylePen ( MetroColorStyle style ) : Pen
style MetroColorStyle
Résultat System.Drawing.Pen

GetTextFormatFlags() public static méthode

public static GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
textAlign ContentAlignment
Résultat TextFormatFlags

GetTextFormatFlags() public static méthode

public static GetTextFormatFlags ( ContentAlignment textAlign, bool WrapToLine ) : TextFormatFlags
textAlign ContentAlignment
WrapToLine bool
Résultat TextFormatFlags