←Select platform

DestinationRectangle Property

Summary

Gets or sets the rectangle structure that 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

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

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