←Select platform

TransformedBitmap Property

Summary

Gets or sets a reference to a RasterImage that contains the output (transformed) image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage TransformedBitmap { get; set; } 
Public Property TransformedBitmap As Leadtools.RasterImage 
public Leadtools.RasterImage TransformedBitmap {get; set;} 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *transformedBitmap 
public RasterImage getTransformedBitmap() 
 <br/>get_TransformedBitmap();<br/>set_TransformedBitmap(value);<br/>Object.defineProperty('TransformedBitmap');  
public: 
property Leadtools.RasterImage^ TransformedBitmap { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

The output (transformed) image.

Example

Refer to the KeyStoneCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly