Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Subwindow Class Reference
Inheritance diagram for HPS.Subwindow:

Public Types | |
enum | Background : uint { Background.SolidColor = 0x00000000, Background.Image = 0x00000001, Background.Cubemap = 0x00000002, Background.Blend = 0x00000003, Background.Transparent = 0x00000004, Background.Interactive = 0x00000005, Background.GradientTopToBottom = 0x00000006, Background.GradientBottomToTop = 0x00000007, Background.GradientLeftToRight = 0x00000008, Background.GradientRightToLeft = 0x00000009, Background.GradientTopLeftToBottomRight = 0x0000000A, Background.GradientTopRightToBottomLeft = 0x0000000B, Background.GradientBottomLeftToTopRight = 0x0000000C, Background.GradientBottomRightToTopLeft = 0x0000000D } |
enum | Border : uint { Border.None = 0x00000000, Border.Inset = 0x00000001, Border.InsetBold = 0x00000002, Border.Overlay = 0x00000003, Border.OverlayBold = 0x00000004 } |
enum | RenderingAlgorithm : uint { ZBuffer = 0x00000000, HiddenLine = 0x00000001, FastHiddenLine = 0x00000002, Priority = 0x00000003 } |
Specifies the Rendering Algorithm to use for drawing the scene. More... | |
enum | Type : uint { Type.Standard = 0x00000000, Type.Lightweight = 0x00000001 } |
Public Member Functions | |
virtual void | Dispose () |
Subwindow (HPS.Subwindow in_that) | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
This is the Subwindow Class
Member Enumeration Documentation
◆ Background
|
strong |
Enumerator | |
---|---|
SolidColor | Subwindow Background. |
Image | Subwindow Background. |
Cubemap | Subwindow Background. |
Blend | Subwindow Background. |
Transparent | Subwindow Background. |
Interactive | Subwindow Background. |
GradientTopToBottom | Subwindow Background. |
GradientBottomToTop | Subwindow Background. |
GradientLeftToRight | Subwindow Background. |
GradientRightToLeft | Subwindow Background. |
GradientTopLeftToBottomRight | Subwindow Background. |
GradientTopRightToBottomLeft | Subwindow Background. |
GradientBottomLeftToTopRight | Subwindow Background. |
GradientBottomRightToTopLeft | Subwindow Background. |
◆ Border
|
strong |
◆ RenderingAlgorithm
|
strong |
Specifies the Rendering Algorithm to use for drawing the scene.
◆ Type
|
strong |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Subwindow.cs