LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

DestinationRectangle Property (CombineCommand)






Gets or sets the rectangle structure that contains the destination rectangle. .NET support WinRT support Silverlight support
Syntax
public LeadRect DestinationRectangle {get; set;}
'Declaration
 
Public Property DestinationRectangle As LeadRect
'Usage
 
Dim instance As CombineCommand
Dim value As LeadRect
 
instance.DestinationRectangle = value
 
value = instance.DestinationRectangle
public LeadRect DestinationRectangle {get; set;}
 get_DestinationRectangle();
set_DestinationRectangle(value);
public:
property LeadRect DestinationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

Rectangle structure that contains the destination rectangle.
Remarks
The DestinationRectangle must be defined in order to show the CombineCommand results.
Example
Refer to CombineCommand.
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

CombineCommand Class
CombineCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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