CVPixelBuffer コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CVPixelBuffer(nint, nint, CVPixelFormatType) | |
CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes) |
CVPixelBuffer(nint, nint, CVPixelFormatType)
public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormat);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType -> CoreVideo.CVPixelBuffer
パラメーター
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormat
- CVPixelFormatType
適用対象
CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes)
public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, CoreVideo.CVPixelBufferAttributes attributes);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
パラメーター
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- attributes
- CVPixelBufferAttributes