←Select platform

TransformedBitmap Property

Summary
Gets or sets a reference to a RasterImage that contains the output (transformed) image.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage TransformedBitmap { get; set; } 
Public Property TransformedBitmap As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *transformedBitmap 
public RasterImage getTransformedBitmap() 
public: 
property RasterImage^ TransformedBitmap { 
   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.