←Select platform

DestinationRectangle Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public LeadRect DestinationRectangle { get; set; } 
Public Property DestinationRectangle As Leadtools.LeadRect 
public Leadtools.LeadRect DestinationRectangle {get; set;} 
 <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

LeadRect structure that contains the destination rectangle.

Example

Refer to TextureAlphaBlendCommand.

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