graphics
01 Syntax
R_graphics.Common.Runtime.graphics
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| openNew | 1 | a common method for create new graphics device |
| PopLastDevice | 1 | |
| RemoveAt | 1 | |
| PushNewDevice | 1 | |
| SwapDevice | 1 |
03 Properties
04 Members
openNew(
IGraphics, Stream, list, String)a common method for create new graphics device
Parameters
| Name | Type | Description |
|---|---|---|
dev | IGraphics | - |
buffer | Stream | - |
args | list | - |
curDev
the current actived graphics device
Devices
PopLastDevice()
RemoveAt(
Int32)PushNewDevice(graphicsDevice)
SwapDevice(
Int32, Int32)