C# Class FastColoredTextBoxNS.WavyLineStyle

This style draws a wavy line below a given text range.
Thanks for Yallie
Inheritance: Style
显示文件 Open project: samarjeet27/ynoteclassic

Private Properties

Property Type Description
DrawWavyLine void

Public Methods

Method Description
Dispose ( ) : void
Draw ( Graphics gr, Point pos, Range range ) : void
WavyLineStyle ( int alpha, Color color ) : System

Private Methods

Method Description
DrawWavyLine ( Graphics graphics, Point start, Point end ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( Graphics gr, Point pos, Range range ) : void
gr System.Drawing.Graphics
pos Point
range Range
return void

WavyLineStyle() public method

public WavyLineStyle ( int alpha, Color color ) : System
alpha int
color Color
return System