IDrawingSpecificsBitmapFromNativeImageT Method

Create IBitmap object from the image in platform specific format.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
IBitmap BitmapFromNativeImage<T>(
	T image
)
where T : class

Parameters

image  T
Source platform specific image.

Type Parameters

T
Type of the image in platform specific format.

Return Value

IBitmap
IBitmap object created from the image.

See Also