Determines the position and orientation of a window.

C# | Visual Basic | Visual C++ |
public PositionOrientation( Orientation OrientationActual, double Col1, double Col2, double Row1, double Row2 )
Public Sub New ( _ OrientationActual As Orientation, _ Col1 As Double, _ Col2 As Double, _ Row1 As Double, _ Row2 As Double _ )
public: PositionOrientation( Orientation OrientationActual, double Col1, double Col2, double Row1, double Row2 )

- OrientationActual (Orientation)
- The actual orientation.
- Col1 (Double)
- Column 1.
- Col2 (Double)
- Column 2.
- Row1 (Double)
- Row 1.
- Row2 (Double)
- Row 2.