|
BackBufferReadyEventArgs Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public BackBufferReadyEventArgs(
int width,
int height,
Format format,
DataBox data
)
Parameters
- width Int32
- width
- height Int32
- height
- format Format
- format
- data DataBox
- data
See Also