←Select platform

Rectangle Property

Summary

Gets or sets the rectangle area to which the image will be cropped.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Rectangle", IsRequired=true)] 
public LeadRect Rectangle { get; set; } 
  
<DataMemberAttribute(Name="Rectangle", IsRequired=True)> 
Public Property Rectangle As Leadtools.Services.Datacontracts.LeadRect 
[DataMemberAttribute(Name="Rectangle", IsRequired=true)] 
public: 
property Leadtools.Services.Datacontracts.LeadRect Rectangle { 
   Leadtools.Services.Datacontracts.LeadRect get(); 
   void set (    Leadtools.Services.Datacontracts.LeadRect ); 
} 

Property Value

The rectangle area to which the image will be cropped.

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.Services.ImageProcessing.DataContracts Assembly