FrameFormat.CreateRGBFormat(Int32, Int32, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RGB 値から FrameFormat を作成する
public static Azure.AI.Vision.Core.Input.FrameFormat CreateRGBFormat (int bitsPerPixel, int width, int height, int stride = 0);
static member CreateRGBFormat : int * int * int * int -> Azure.AI.Vision.Core.Input.FrameFormat
Public Shared Function CreateRGBFormat (bitsPerPixel As Integer, width As Integer, height As Integer, Optional stride As Integer = 0) As FrameFormat
パラメーター
- bitsPerPixel
- Int32
- width
- Int32
- height
- Int32
- stride
- Int32
戻り値
A FrameFormat
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET