Class CropImageResult
Inheritance
object
CropImageResult
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 CropImageResult
Constructors
View SourceCropImageResult(IntPtr, int, int, int)
Declaration
public CropImageResult(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 |