ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Positioning constants for screen objects
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TopLeft | 0 | Place the object at the upper left corner | |
| TopCenter | 1 | Place the object in the upper center | |
| TopRight | 2 | Place the object at the upper right corner | |
| MiddleLeft | 3 | Place the object vertically centered at the left edge | |
| MiddleCenter | 4 | Place the object centered on the viewport | |
| MiddleRight | 5 | Place the object vertically centered at the right edge | |
| BottomLeft | 6 | Place the object at the lower left corner | |
| BottomCenter | 7 | Place the object centered at the lower edge | |
| BottomRight | 8 | Place the object at the lower right corner |
Remarks
[ILNumerics Visualization Engine]
See Also