←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 Leadtools.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()
get_TransformedBitmap(); 
set_TransformedBitmap(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize