LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

DestinationImage Property (CombineWarpCommand)






Gets or sets the destination image .NET support WinRT support
Syntax
public RasterImage DestinationImage {get; set;}
'Declaration
 
Public Property DestinationImage As RasterImage
'Usage
 
Dim instance As CombineWarpCommand
Dim value As RasterImage
 
instance.DestinationImage = value
 
value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
 get_DestinationImage();
set_DestinationImage(value);
public:
property RasterImage^ DestinationImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The destination Leadtools.RasterImage.
Remarks

The CombineWarpCommand works by combining the image in the DestinationImage property with the image passed to the RasterCommand.Run method. The DestinationImage will then the result of the combine operation..

Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.