CollapseFoldingMarkerDraw Method (Graphics, Pen, Brush, Pen) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Brush,System.Drawing.Pen)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public void Draw( Graphics gr, Pen pen, Brush backgroundBrush, Pen forePen )
Public Sub Draw ( gr As Graphics, pen As Pen, backgroundBrush As Brush, forePen As Pen ) Dim instance As CollapseFoldingMarker Dim gr As Graphics Dim pen As Pen Dim backgroundBrush As Brush Dim forePen As Pen instance.Draw(gr, pen, backgroundBrush, forePen)
Parameters
- gr
- Type: System.DrawingGraphics
[Missing <param name="gr"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Brush,System.Drawing.Pen)"]
- pen
- Type: System.DrawingPen
[Missing <param name="pen"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Brush,System.Drawing.Pen)"]
- backgroundBrush
- Type: System.DrawingBrush
[Missing <param name="backgroundBrush"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Brush,System.Drawing.Pen)"]
- forePen
- Type: System.DrawingPen
[Missing <param name="forePen"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Brush,System.Drawing.Pen)"]