ICSharpCode.TextEditor.Document.Bookmark.Draw C# (CSharp) Method

Draw() public method

public Draw ( IconBarMargin margin, Graphics g, Point p ) : void
margin IconBarMargin
g System.Drawing.Graphics
p Point
return void
        public virtual void Draw(IconBarMargin margin, Graphics g, Point p)
        {
            margin.DrawBookmark(g, p.Y, isEnabled);
        }