Interface ICaptureImageEventArgs
取得した撮像画像のパラメータを示します。
Inherited Members
Namespace: Menou.Menoute.Runtime.Plugin.LineCamera
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ICaptureImageEventArgs : IRequestEventArgs
Properties
| Name | Description |
|---|---|
| ImageBytes | 画像データを設定してください。 |
| ImageChannels | 取得画像のチャンネル数を設定してください。 |
| ImageDepth | 取得画像の深度を設定してください。 8bit画像:1 16bit画像:2 32bit画像:4 |
| ImageHeight | 取得画像の高さ[px]を設定してください。 |
| ImageWidth | 取得画像の幅[px]を設定してください。 |