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

DestinationRectangle Property (AlphaBlendCommand)






Gets or sets the rectangle structure that contains the destination rectangle. .NET support Silverlight support
Syntax
public LeadRect DestinationRectangle {get; set;}
'Declaration
 
Public Property DestinationRectangle As LeadRect
'Usage
 
Dim instance As AlphaBlendCommand
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

LeadRect structure that contains the destination rectangle.
Example
Refer to AlphaBlendCommand.
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

AlphaBlendCommand Class
AlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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