Class CropImage
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class CropImage : ImageProcessBase, IImageProcessBase, IImageProcessBaseResult<CropImageResult>, IDisposable
Properties
View SourceResult
Declaration
public CropImageResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| CropImageResult |
Methods
View SourceDispose()
Declaration
public void Dispose()
~CropImage()
Declaration
protected ~CropImage()
GetResult()
Declaration
public CropImageResult GetResult()
Returns
| Type | Description |
|---|---|
| CropImageResult |
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |
Inspection()
Declaration
public override bool Inspection()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
Implements
System.IDisposable