←Select platform

Create(RasterImage) Method

Summary

Creates a new rendering engine from RasterImage object.

Syntax
C#
VB
C++
public static IRenderingEngine Create( 
   RasterImage image 
) 
Public Overloads Shared Function Create( _ 
   ByVal image As RasterImage _ 
) As IRenderingEngine 
public: 
static IRenderingEngine^ Create(  
   RasterImage image 
)  

Parameters

image
RasterImage object. This cannot be null.

Return Value

The newly created Leadtools.IRenderingEngine instance that is ready to be used.

Remarks

Leadtools.IRenderingEngine implements System.IDisposable, so it is recommended to wrap this method call in a "using" statement or call System.IDisposable.Dispose manually.

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.Drawing Assembly