LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DestinationRectangle Property (FeatherAlphaBlendCommand)

Show in webframe







Rectangle structure the contains the destination rectangle.
Syntax
public LeadRect DestinationRectangle {get; set;}
'Declaration
 
Public Property DestinationRectangle As LeadRect
'Usage
 
Dim instance As FeatherAlphaBlendCommand
Dim value As LeadRect
 
instance.DestinationRectangle = value
 
value = instance.DestinationRectangle
public LeadRect DestinationRectangle {get; set;}
@property (nonatomic, assign) LeadRect destinationRectangle;
public LeadRect getDestinationRectangle()
public void setDestinationRectangle(LeadRect value)
            
 
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 FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FeatherAlphaBlendCommand Class
FeatherAlphaBlendCommand Members

 

 


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