←Select platform

ResultImage Property

Summary

Gets the resulting image after executing the RasterCommandsList

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage ResultImage { get; } 
Public ReadOnly Property ResultImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *resultImage 
public RasterImage getResultImage() 
public: 
property RasterImage^ ResultImage { 
   RasterImage^ get(); 
} 

Property Value

The resulting RasterImage.

Remarks
  • If any of the commands creates a DestinationImage, this property will hold the final image; otherwise it will be null.
  • The user is responsible for freeing this image after using it.

Example

For an example, refer to RasterCommandsList.

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