T3000 CrossPlatform Documentation
VisualMarkerDraw Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.VisualMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void Draw( Graphics gr, Pen pen )
Public Overridable Sub Draw ( gr As Graphics, pen As Pen ) Dim instance As VisualMarker Dim gr As Graphics Dim pen As Pen instance.Draw(gr, pen)
Parameters
- gr
- Type: System.DrawingGraphics
[Missing <param name="gr"/> documentation for "M:FastColoredTextBoxNS.VisualMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen)"]
- pen
- Type: System.DrawingPen
[Missing <param name="pen"/> documentation for "M:FastColoredTextBoxNS.VisualMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen)"]
See Also