Interface IImageProcessBase
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public interface IImageProcessBase
Methods
View SourceDispose()
Declaration
void Dispose()
GetArea()
Declaration
SaigeRectangle GetArea()
Returns
| Type | Description |
|---|---|
| SaigeRectangle |
SetArea(SaigeRectangle)
Declaration
bool SetArea(SaigeRectangle rectangle)
Parameters
| Type | Name | Description |
|---|---|---|
| SaigeRectangle | rectangle |
Returns
| Type | Description |
|---|---|
| bool |
SetImage(Bitmap)
Declaration
bool SetImage(Bitmap bitmap)
Parameters
| Type | Name | Description |
|---|---|---|
| Bitmap | bitmap |
Returns
| Type | Description |
|---|---|
| bool |