| 
            
              SongAddRest(NoteValue, Int32) Method
             | 
          
        
        
            Add a rest for the given length for the current beat.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
Syntaxpublic void AddRest(
	NoteValue restLength,
	int dots
)
Public Sub AddRest ( 
	restLength As NoteValue,
	dots As Integer
)
public:
void AddRest(
	NoteValue restLength, 
	int dots
)
member AddRest : 
        restLength : NoteValue * 
        dots : int -> unit function AddRest(restLength, dots);
 View SourceParameters
- restLength  NoteValue
 - Duration of wait specified as a note value.
 - dots  Int32
 - Total dotted note length extensions to apply.
 
See Also