Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

RegisteredImage Property








Gets a reference to a RasterImage that represents the registered image which contains the transformed points.
Syntax
public RasterImage RegisteredImage {get;}
'Declaration
 
Public ReadOnly Property RegisteredImage As RasterImage
'Usage
 
Dim instance As AlignImagesCommand
Dim value As RasterImage
 
value = instance.RegisteredImage
public RasterImage RegisteredImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *registeredImage
public RasterImage getRegisteredImage()
 get_RegisteredImage(); 
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

See Also

Reference

AlignImagesCommand Class
AlignImagesCommand Members

Error processing SSI file