Subwindow

class HPS.Subwindow : public IDisposable

This is the Subwindow Class

Public Types

enum Background

Values:

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.

enum Border

Values:

None

Subwindow Border.

Inset

Subwindow Border.

InsetBold

Subwindow Border.

Overlay

Subwindow Border.

OverlayBold

Subwindow Border.

enum RenderingAlgorithm

Specifies the Rendering Algorithm to use for drawing the scene.

Values:

ZBuffer
HiddenLine
FastHiddenLine
Priority

Public Functions

void Dispose ()
Subwindow (HPS.Subwindow in_that)