LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

Rectangle Property






Gets or sets the rectangle area to which the image will be cropped.
Syntax
public Rectangle Rectangle {get; set;}
'Declaration
 
Public Property Rectangle As Rectangle
'Usage
 
Dim instance As CropActivity
Dim value As Rectangle
 
instance.Rectangle = value
 
value = instance.Rectangle
public Rectangle Rectangle {get; set;}
 get_Rectangle();
set_Rectangle(value);
public:
property Rectangle Rectangle {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

The rectangle area to which the image will be cropped.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CropActivity Class
CropActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.