Interface ICaptureEventArgs
撮像要求イベント引数を示します。
Namespace: Menou.Menoute.Runtime.Plugin.AreaCamera
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ICaptureEventArgs
Properties
| Name | Description |
|---|---|
| ErrorCode | イベント処理異常時のエラーコードを設定してください。 0:正常。0以外:異常。 |
| ImageBytes | 画像データを設定してください。 |
| ImageChannels | 取得画像のチャンネル数を設定してください。 |
| ImageHeight | 取得画像の高さ[px]を設定してください。 |
| ImageWidth | 取得画像の幅[px]を設定してください。 |