GraphicsUnwrapT Method

Returns native surface object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public T Unwrap<T>()
where T : class

Type Parameters

T
Type of the native surface object.

Return Value

T
Native surface object.

Implements

IGraphicsUnwrapT

See Also