LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Offsets Property






Gets or sets the offsets of the byte ordering for the proposed YUV format. .NET support
Syntax
public int[] Offsets {get; set;}
'Declaration
 
Public Property Offsets As Integer()
'Usage
 
Dim instance As ConversionYuvParameters
Dim value() As Integer
 
instance.Offsets = value
 
value = instance.Offsets
public int[] Offsets {get; set;}
 get_Offsets();
set_Offsets(value);
public:
property array<int>^ Offsets {
   array<int>^ get();
   void set (    array<int>^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.