Gets or sets the offsets of the byte ordering for the proposed YUV format.
public int[] Offsets { get; set; }
Public Property Offsets As Integer()
Integer array that represents the offsets of the byte ordering for the proposed YUV format. When Planar 1, the only useful data is Offsets[0] which will indicate the arrangement of the YUV buffer.
Refer to ConversionParameters.YuvParameters example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET