| 
            
              MeasureSizeValidateNoteValueAtBeat(NoteValueBritish, Int32, Int32) Method
             | 
          
        
        
            Validates that given note value will fit within this 
MeasureSize for specified beat.
            
 
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
Syntaxpublic void ValidateNoteValueAtBeat(
	NoteValueBritish noteValue,
	int beat,
	int dots
)
Public Sub ValidateNoteValueAtBeat ( 
	noteValue As NoteValueBritish,
	beat As Integer,
	dots As Integer
)
public:
void ValidateNoteValueAtBeat(
	NoteValueBritish noteValue, 
	int beat, 
	int dots
)
member ValidateNoteValueAtBeat : 
        noteValue : NoteValueBritish * 
        beat : int * 
        dots : int -> unit function ValidateNoteValueAtBeat(noteValue, beat, dots);
 View SourceParameters
- noteValue  NoteValueBritish
 - Named note value to validate.
 - beat  Int32
 - Beat within in measure where note value is trying to fit.
 - dots  Int32
 - Dot length extensions to apply to named note value.
 
See Also