Share via


CVPixelBufferAttributes.Width Property

Definition

The width of the pixel buffer.

public IntPtr? Width { get; set; }
member this.Width : Nullable<nativeint> with get, set

Property Value

Nullable<IntPtr>

Nullable<nativeint>

Remarks

The property uses constant kCVPixelBufferWidthKey value to access the underlying dictionary.

Applies to