Gets the note's upper-right text point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetUpperRight() As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Double
value = instance.IGetUpperRight() |
C# | |
---|
System.double IGetUpperRight() |
C++/CLI | |
---|
System.double IGetUpperRight(); |
Return Value
- in-process, unmanaged C++: Pointer to an array of doubles (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also