The Window class is a concept class for window-related enum classes. More...
Public Types | |
enum | Driver { Driver.Default3D = 0, OpenGL = 1, Driver.OpenGL2 = 2, DirectX9 = 3, Driver.DirectX11 = 4 } |
Enumerates the types of supported display drivers. We recommend that you use the Default3D driver type, and provide end-users with the ability to manually select from a range of 3d drivers in a driver-pulldown list. This will allow them to potentially work around graphics-card-specific problems that occur with a specific driver type. More... | |
enum | FrameOptions { FrameOptions.Inset = 0, FrameOptions.Overlay = 1 } |
Window Frame Positioning More... | |
enum | FrameSize { FrameSize.Single = 0, FrameSize.Double = 1 } |
Dimensions of the Window Frame More... | |
enum | ImageFormat { ImageFormat.Default = 0, ImageFormat.RGBA = 1, ImageFormat.RGB = 2, ImageFormat.Jpeg = 3, ImageFormat.Png = 4 } |
The native image format for off-screen windows More... | |
enum | Mobility { Mobility.Locked = 0, Mobility.Floating = 1, Mobility.FixedRatio = 2, Mobility.Free = 3 } |
Enumerates the mobility modes (i.e., resizing and positioning behaviors) for stand-alone windows. More... | |
enum | UpdateStatus { UpdateStatus.InProgress = 0, UpdateStatus.Completed = 1, UpdateStatus.TimedOut = 2, UpdateStatus.Interrupted = 3, UpdateStatus.Failed = 4 } |
Enumerates the status that can be returned when performing an update. More... | |
enum | UpdateType { UpdateType.Default = 0, UpdateType.Complete = 1, UpdateType.Refresh = 2, CompileOnly = 3, Exhaustive = 4 } |
Controls the type of update that Visualize will attempt to perform More... | |
Detailed Description
The Window class is a concept class for window-related enum classes.
Member Enumeration Documentation
enum HPS.Window.Driver |
Enumerates the types of supported display drivers. We recommend that you use the Default3D driver type, and provide end-users with the ability to manually select from a range of 3d drivers in a driver-pulldown list. This will allow them to potentially work around graphics-card-specific problems that occur with a specific driver type.
enum HPS.Window.FrameSize |
enum HPS.Window.Mobility |
Enumerates the mobility modes (i.e., resizing and positioning behaviors) for stand-alone windows.
Controls the type of update that Visualize will attempt to perform
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Window.cs