IDrawingSpecificsBitmapFromNativeImageT Method
Create
IBitmap object from the image in platform specific format.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
IBitmap BitmapFromNativeImage<T>(
T image
)
where T : class
Function BitmapFromNativeImage(Of T As Class) (
image As T
) As IBitmap
generic<typename T>
where T : ref class
IBitmap^ BitmapFromNativeImage(
T image
)
abstract BitmapFromNativeImage :
image : 'T -> IBitmap when 'T : not struct
- image T
- Source platform specific image.
- T
- Type of the image in platform specific format.
IBitmapIBitmap object created from the image.