HPS.DrawWindowEvent Class Reference
The DrawWindowEvent class is the event generated when the driver draws the window background for each subwindow. More...
Inheritance diagram for HPS.DrawWindowEvent:

Public Member Functions | |
override void | Dispose () |
void | DrawTexturedBackground (IntPtr in_texture, HPS.MatrixKit in_matrix, HPS.Rectangle in_extent) |
Function for drawing a platform-specific texture in place of the normal window background. More... | |
DrawWindowEvent (IntPtr in_nr) | |
DrawWindowEvent (HPS.DrawWindowEvent in_that) | |
![]() | |
DriverEvent (HPS.DriverEvent in_that) | |
IntPtr | GetClassID () |
Returns a unique identifier that is shared by all objects of the same class. More... | |
Protected Member Functions | |
override void | deleteCptr () |
Properties | |
HPS.Rectangle | Extent [get, set] |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
Detailed Description
The DrawWindowEvent class is the event generated when the driver draws the window background for each subwindow.
Member Function Documentation
|
inline |
Function for drawing a platform-specific texture in place of the normal window background.
- Parameters
-
in_texture The platform-specific texture handle. in_matrix A transformation to apply to the uv coordinates used to draw the texture to the window. in_extent The screen extent for the window background to be drawn.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.DrawWindowEvent.cs