Class ConvertImageResult
Inheritance
object
ConvertImageResult
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 ConvertImageResult
Constructors
View SourceConvertImageResult(IntPtr, int, int, int)
Declaration
public ConvertImageResult(IntPtr intPtr, int width, int height, int channel)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | intPtr | |
| int | width | |
| int | height | |
| int | channel |
Properties
View SourceChannel
Declaration
public int Channel { get; }
Property Value
| Type | Description |
|---|---|
| int |
Height
Declaration
public int Height { get; }
Property Value
| Type | Description |
|---|---|
| int |
IntPtr
Declaration
public IntPtr IntPtr { get; }
Property Value
| Type | Description |
|---|---|
| IntPtr |
Width
Declaration
public int Width { get; }
Property Value
| Type | Description |
|---|---|
| int |