←Select platform

Offsets Property

Summary

Gets or sets the offsets of the byte ordering for the proposed YUV format.

Syntax

C#
VB
C++
public int[] Offsets { get; set; } 
  
Public Property Offsets As Integer() 
public: 
property array<int>^ Offsets { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

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.

Example

Refer to ConversionParameters.YuvParameters example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly