C# Class System.Windows.Forms.ToolStripItemTextRenderEventArgs

Inheritance: System.Windows.Forms.ToolStripItemRenderEventArgs
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
ToolStripItemTextRenderEventArgs ( Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, ContentAlignment textAlign ) : System.Drawing
ToolStripItemTextRenderEventArgs ( Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, TextFormatFlags format ) : System.Drawing

Method Details

ToolStripItemTextRenderEventArgs() public méthode

public ToolStripItemTextRenderEventArgs ( Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, ContentAlignment textAlign ) : System.Drawing
g System.Drawing.Graphics
item ToolStripItem
text string
textRectangle System.Drawing.Rectangle
textColor System.Drawing.Color
textFont System.Drawing.Font
textAlign ContentAlignment
Résultat System.Drawing

ToolStripItemTextRenderEventArgs() public méthode

public ToolStripItemTextRenderEventArgs ( Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, TextFormatFlags format ) : System.Drawing
g System.Drawing.Graphics
item ToolStripItem
text string
textRectangle System.Drawing.Rectangle
textColor System.Drawing.Color
textFont System.Drawing.Font
format TextFormatFlags
Résultat System.Drawing