←Select platform

DestinationRectangle Property

Summary

Rectangle structure the contains the destination rectangle.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect DestinationRectangle { get; set; } 
Public Property DestinationRectangle As LeadRect 
@property (nonatomic, assign) LeadRect destinationRectangle 
public LeadRect getDestinationRectangle() 
public void setDestinationRectangle(LeadRect value) 
public: 
property LeadRect DestinationRectangle { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

Property Value

LeadRect structure that contains the destination rectangle.

Example

Refer to FeatherAlphaBlendCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly