LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Rectangle Property

Show in webframe





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:
property Rectangle Rectangle {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

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

Target Platforms

See Also

Reference

CropActivity Class
CropActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.