C# Class Vocaluxe.Lib.Song.CNotes

Show file Open project: stsundermann/Vocaluxe Class Usage Examples

Public Methods

Method Description
AddLines ( CLines Lines ) : void
GetLines ( int Index ) : CLines
GetPoints ( int Index ) : int
ReplaceLinesAt ( int Index, CLines Lines ) : bool
Reset ( ) : void

Method Details

AddLines() public method

public AddLines ( CLines Lines ) : void
Lines CLines
return void

GetLines() public method

public GetLines ( int Index ) : CLines
Index int
return CLines

GetPoints() public method

public GetPoints ( int Index ) : int
Index int
return int

ReplaceLinesAt() public method

public ReplaceLinesAt ( int Index, CLines Lines ) : bool
Index int
Lines CLines
return bool

Reset() public method

public Reset ( ) : void
return void