Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

ObjectRectangle Property (FastMagicWandCommand)








Gets the Object rectangle.
Syntax
public LeadRect ObjectRectangle {get;}
'Declaration
 
Public ReadOnly Property ObjectRectangle As LeadRect
'Usage
 
Dim instance As FastMagicWandCommand
Dim value As LeadRect
 
value = instance.ObjectRectangle
public LeadRect ObjectRectangle {get;}
 get_ObjectRectangle(); 
public:
property LeadRect ObjectRectangle {
   LeadRect get();
}

Property Value

Object rectangle: a rectangle surrounding the region found.
Example
Refer to FastMagicWandCommand
Requirements

Target Platforms

See Also

Reference

FastMagicWandCommand Class
FastMagicWandCommand Members

Error processing SSI file