C# Class FastColoredTextBoxNS.ExpandFoldingMarker

Inheritance: VisualMarker
显示文件 Open project: samarjeet27/ynoteclassic

Public Properties

Property Type Description
iLine int

Public Methods

Method Description
Draw ( Graphics gr, Pen pen ) : void
ExpandFoldingMarker ( int iLine, Rectangle rectangle ) : System.Drawing

Method Details

Draw() public method

public Draw ( Graphics gr, Pen pen ) : void
gr System.Drawing.Graphics
pen System.Drawing.Pen
return void

ExpandFoldingMarker() public method

public ExpandFoldingMarker ( int iLine, Rectangle rectangle ) : System.Drawing
iLine int
rectangle System.Drawing.Rectangle
return System.Drawing

Property Details

iLine public_oe property

public int iLine
return int