←Select platform

RegisteredImage Property

Summary

Gets a reference to a RasterImage that represents the registered image which contains the transformed points.

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

Property Value

Reference to a RasterImage that contains the registered image.

Example

Refer to the AlignImagesCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly