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

VH Property






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

Property Value

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