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