←Select platform

TransformedImage Property

Summary
A reference to a RasterImage that contains the output (transformed) image.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage TransformedImage {get; set;} 
Public Property TransformedImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *transformedImage 
public RasterImage getTransformedImage() 
public: 
property RasterImage^ TransformedImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

The output (transformed) image.

Example

Refer to the KeyStoneCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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