nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Drawing.DirectX.WinForm / DxRenderEventArgs

DxRenderEventArgs

Full name Microsoft.VisualBasic.Drawing.DirectX.DxRenderEventArgs Assembly Microsoft.VisualBasic.Drawing.DirectX.WinForm Members 4

The event data of the DxCanvas.Render event.

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

NameOverloadsSummary
Graphics 1 the gpu accelerated drawing canvas of the frame that is being rendered
Size 1 the size of the canvas in pixels
Width 1 the width of the canvas in pixels
Height 1 the height of the canvas in pixels

03 Members

property Graphics #
Graphics

the gpu accelerated drawing canvas of the frame that is being rendered

property Size #
Size

the size of the canvas in pixels

property Width #
Width

the width of the canvas in pixels

property Height #
Height

the height of the canvas in pixels