The XViewportBoundsMode enumeration defines the modes of interpreting the coordinates given for the XViewport views.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
public enum XViewportBoundsMode |
Members
| Member name | Description | |
|---|---|---|
| Absolute |
Absolute coordinates.
| |
| Relative |
Relative coordinates from between 0 and 1.
| |
| RelativePercent |
Relative coordinates in percent from between 0 and 100.
|