This document is archived and information here might be outdated. Recommended version. |
Query table window position.
[Visual Basic .NET]
Public Sub QueryPosition ( _
ByRef pX1 As Integer, _
ByRef pY1 As Integer, _
ByRef pX2 As Integer, _
ByRef pY2 As Integer _
)
[C#]
public void QueryPosition (
ref int pX1,
ref int pY1,
ref int pX2,
ref int pY2
);