Gets a graphic device context from a window.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
IGraphics GetGraphics(
	Object window
)
Visual Basic
Function GetGraphics ( 
	window As Object
) As IGraphics

Parameters

window
Type: System..::..Object

Return Value

Type: IGraphics

See Also