C# Class System.Windows.Forms.ToolStripItemTextRenderEventArgs

Inheritance: System.Windows.Forms.ToolStripItemRenderEventArgs
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method 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 method

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
return System.Drawing

ToolStripItemTextRenderEventArgs() public method

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
return System.Drawing