Overview

Sample Code

Programming Guide

API Reference

Support

HPS.Subwindow Class Reference

This is the Subwindow Class More...

Public Types

enum  Background {
  Background.SolidColor = 0, Background.Image = 1, Background.Cubemap = 2, Background.Blend = 3,
  Background.Transparent = 4, Background.Interactive = 5, Background.GradientTopToBottom = 6, Background.GradientBottomToTop = 7,
  Background.GradientLeftToRight = 8, Background.GradientRightToLeft = 9, Background.GradientTopLeftToBottomRight = 10, Background.GradientTopRightToBottomLeft = 11,
  Background.GradientBottomLeftToTopRight = 12, Background.GradientBottomRightToTopLeft = 13
}
 
enum  Border {
  Border.None = 0, Border.Inset = 1, Border.InsetBold = 2, Border.Overlay = 3,
  Border.OverlayBold = 4
}
 
enum  RenderingAlgorithm { ZBuffer = 0, HiddenLine = 1, FastHiddenLine = 2, Priority = 3 }
 Specifies the Rendering Algorithm to use for drawing the scene. More...
 
enum  Type { Type.Standard = 0, Type.Lightweight = 1 }
 

Detailed Description

This is the Subwindow Class

Member Enumeration Documentation

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.

Enumerator
None 

Subwindow Border.

Inset 

Subwindow Border.

InsetBold 

Subwindow Border.

Overlay 

Subwindow Border.

OverlayBold 

Subwindow Border.

Specifies the Rendering Algorithm to use for drawing the scene.

Enumerator
Standard 

Subwindow Type.

Lightweight 

Subwindow Type.


The documentation for this class was generated from the following file: