Class ConvertImage
Implements
IDisposable
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 ConvertImage : ImageProcessBase, IImageProcessBase, IImageProcessBaseOption<ConvertImageOption>, IImageProcessBaseResult<ConvertImageResult>, IDisposable
Properties
View SourceOption
Declaration
public ConvertImageOption Option { get; set; }
Property Value
| Type | Description |
|---|---|
| ConvertImageOption |
Result
Declaration
public ConvertImageResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| ConvertImageResult |
Methods
View SourceDispose()
Declaration
public void Dispose()
~ConvertImage()
Declaration
protected ~ConvertImage()
GetOptions()
Declaration
public ConvertImageOption GetOptions()
Returns
| Type | Description |
|---|---|
| ConvertImageOption |
GetResult()
Declaration
public ConvertImageResult GetResult()
Returns
| Type | Description |
|---|---|
| ConvertImageResult |
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |
Inspection()
Declaration
public override bool Inspection()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
View SourceSetOptions(ConvertImageOption)
Declaration
public bool SetOptions(ConvertImageOption option)
Parameters
| Type | Name | Description |
|---|---|---|
| ConvertImageOption | option |
Returns
| Type | Description |
|---|---|
| bool |
Implements
System.IDisposable