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