←Select platform

RegisteredImage Property

Summary

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

Syntax

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

Property Value

Reference to a RasterImage that contains the registered image.

Example

Refer to the AlignImagesCommand 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