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

Show in webframe

ObjectRectangle Property (ObjectCounterCommandEventArgs)








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

Property Value

Rectangle surrounding the object.
Example
Refer to ObjectCounterCommand.
Requirements

Target Platforms

See Also

Reference

ObjectCounterCommandEventArgs Class
ObjectCounterCommandEventArgs Members

Error processing SSI file