|   | MeasureSizeValidateNoteValueAtBeat(NoteValue, Int32, Int32) Method | 
        
        
            Validates that given note value will fit within this 
MeasureSize for specified beat.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void ValidateNoteValueAtBeat(
	NoteValue noteValue,
	int beat,
	int dots
)
Public Sub ValidateNoteValueAtBeat ( 
	noteValue As NoteValue,
	beat As Integer,
	dots As Integer
)
public:
void ValidateNoteValueAtBeat(
	NoteValue noteValue, 
	int beat, 
	int dots
)
member ValidateNoteValueAtBeat : 
        noteValue : NoteValue * 
        beat : int * 
        dots : int -> unit function ValidateNoteValueAtBeat(noteValue, beat, dots);
Parameters
- noteValue  NoteValue
- 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
See Also