Represents a single captured frame.
public class CapturedFrame : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.CapturedFrame(Int32, TimeSpan, Int32, Int32, Int32, PixelFormat, Byte[], Vector)Creates a new captured frame.DpiGets the DPI vector of the captured frame.FrameNumberGets the frame number (0-based index).HeightGets the height of the frame in pixels.IsDisposedGets whether this frame has been disposed.PixelDataGets the raw pixel data.PixelFormatGets the pixel format of the frame.StrideGets the stride (bytes per row) of the frame.TimestampGets the timestamp when this frame was captured.WidthGets the width of the frame in pixels.Dispose()Releases the frame resources.GetPixelDataCopy()Gets a copy of the pixel data.