IDrawingSpecificsGraphicsFromNativeCanvasT Method

Create IGraphics object from the platform specific canvas object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
IGraphics GraphicsFromNativeCanvas<T>(
	T graphics
)
where T : class

Parameters

graphics  T
The platform specific canvas object.

Type Parameters

T
Type of the platform specific canvas object.

Return Value

IGraphics
IGraphics object created from the platform specific canvas object.

See Also