The event data of the DxCanvas.Render event.
DxRenderEventArgs
00 Remarks
The drawing canvas that is passed here is the very same Microsoft.VisualBasic.Drawing.DirectX.DxGraphics object that the other rendering backend drivers of this solution create, so every existing drawing code works without any change.
01 Syntax
Microsoft.VisualBasic.Drawing.DirectX.DxRenderEventArgs
02 Properties
03 Members
Graphics
the gpu accelerated drawing canvas of the frame that is being rendered
Size
the size of the canvas in pixels
Width
the width of the canvas in pixels
Height
the height of the canvas in pixels