←Select platform

DestinationRectangle Property

Summary

Gets or sets the rectangle structure that contains the destination rectangle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRect DestinationRectangle { get; set; } 
Public Property DestinationRectangle As Leadtools.LeadRect 
public Leadtools.LeadRect DestinationRectangle {get; set;} 
@property (nonatomic, assign) LeadRect destinationRectangle 
public LeadRect getDestinationRectangle() 
public void setDestinationRectangle(LeadRect value) 
             
 <br/>get_DestinationRectangle();<br/>set_DestinationRectangle(value);<br/>Object.defineProperty('DestinationRectangle');  
public: 
property Leadtools.LeadRect DestinationRectangle { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly