Gets the GTol text reference point, which is the upper-left corner of the bounding rectangle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextPoint() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim value As System.Object
value = instance.GetTextPoint() |
C# | |
---|
System.object GetTextPoint() |
C++/CLI | |
---|
System.Object^ GetTextPoint(); |
Return Value
Array (see Remarks)
Remarks
See Also