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

Show in webframe

SliceRectangle Property








Gets the bounding rectangle of the extracted slice.
Syntax
public LeadRect SliceRectangle {get;}
'Declaration
 
Public ReadOnly Property SliceRectangle As LeadRect
'Usage
 
Dim instance As SliceCommandEventArgs
Dim value As LeadRect
 
value = instance.SliceRectangle
public LeadRect SliceRectangle {get;}
 get_SliceRectangle(); 
public:
property LeadRect SliceRectangle {
   LeadRect get();
}

Property Value

The bounding rectangle of the extracted slice.
Example
Refer to SliceCommand example.
Requirements

Target Platforms

See Also

Reference

SliceCommandEventArgs Class
SliceCommandEventArgs Members

Error processing SSI file