Sets the height of this note in points (for example, 8, 10, 12, and so on).
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetHeightInPoints( _
ByVal HeightIn As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim HeightIn As System.Integer
instance.SetHeightInPoints(HeightIn) |
C# | |
---|
void SetHeightInPoints(
System.int HeightIn
) |
C++/CLI | |
---|
void SetHeightInPoints(
& System.int HeightIn
) |
Parameters
- HeightIn
Height for this note in points
See Also