←Select platform

Create Method(KernelImage,bool)

Summary

Creates a RasterImage instance from a KernelImage.

Syntax
C#
VB
C++
Java
public static RasterImage CreateImage( 
   KernelImage image, 
   bool copyData 
) 
Public Shared Function Create(_ 
   ByVal image As KernelImage, 
   ByVal copyData As Boolean) As RasterImage 
public static RasterImage create(KernelImage image, boolean copyData) 
public: 
static RasterImage^ Create( 
   KernelImage^ image, 
   bool copyData 
) 

Parameters

image
The data holder for the image kernel.

copyData
A flag to indicate whether to copy the KernelImage or use the same buffer to create the RasterImage.

Return Value

A RasterImage 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