LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DestinationRectangle Property (TextureAlphaBlendCommand)

Show in webframe







Gets or sets a LeadRect structure that contains the destination rectangle.
Syntax
public LeadRect DestinationRectangle {get; set;}
'Declaration
 
Public Property DestinationRectangle As LeadRect
'Usage
 
Dim instance As TextureAlphaBlendCommand
Dim value As LeadRect
 
instance.DestinationRectangle = value
 
value = instance.DestinationRectangle
public LeadRect DestinationRectangle {get; set;}

            

            
 
get_DestinationRectangle();
set_DestinationRectangle(value);
Object.defineProperty('DestinationRectangle');
public:
property LeadRect DestinationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

LeadRect structure that contains the destination rectangle.
Example
Refer to TextureAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.