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

UH Property






Gets or sets the horizontal subsampling period of U. .NET support
Syntax
public int UH {get; set;}
'Declaration
 
Public Property UH As Integer
'Usage
 
Dim instance As ConversionYuvParameters
Dim value As Integer
 
instance.UH = value
 
value = instance.UH
public int UH {get; set;}
 get_UH();
set_UH(value);
public:
property int UH {
   int get();
   void set (    int value);
}

Property Value

The horizontal subsampling period of U
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.