次の方法で共有


FrameFormat.CreateRGBFormat(Int32, Int32, Int32, Int32) メソッド

定義

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

適用対象