←Select platform

Create Method(IntPtr, int , int , ImageFormat)

Summary

Creates a new instance of the KernelImage class.

Syntax
C#
VB
C++
Java
public static KernelImage Create( 
   IntPtr data, 
   int width, 
   int height, 
   ImageFormat format 
) 
Public Shared Function Create(_ 
   ByVal data() As IntPtr,_ 
   ByVal width As Integer,_ 
   ByVal height As Integer,_ 
   ByVal format As ImageFormat) As KernelImage 
public static KernelImage create(ByteBuffer data, int width, int height, ImageFormat format) 
public: 
static KernelImage^ Create( 
   IntPtr data, 
   int width, 
   int height, 
   ImageFormat format 
) 

Parameters

data
The image data buffer.

width
The width of the image in pixels.

height
The height of the image in pixels.

format
The image format as defined in ImageFormat.

Return Value

A KernelImage object.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly