←Select platform

Create(RasterImage) Method

Summary
Creates a new rendering engine from RasterImage object.
Syntax
C#
C++/CLI
Python
public static IRenderingEngine Create( 
   RasterImage image 
) 
public: 
static IRenderingEngine^ Create(  
   RasterImage image 
)  
def Create(self,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.