DrawingSpecificsGraphicsFromNativeCanvasT Method

Create IGraphics object from the platform specific canvas object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public 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.

Implements

IDrawingSpecificsGraphicsFromNativeCanvasT(T)

See Also