Gets the height of this note in points (for example, 8, 10, 12, and so on).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHeightInPoints() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Integer
value = instance.GetHeightInPoints() |
C# | |
---|
System.int GetHeightInPoints() |
C++/CLI | |
---|
System.int GetHeightInPoints(); |
Return Value
Height of the note in points
See Also