Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UV Property
See Also 
Leadtools.ColorConversion Namespace > ConversionYuvParameters Structure : UV Property



Gets or sets the vertical subsampling period of U.

Syntax

Visual Basic (Declaration) 
Public Property UV As Integer
Visual Basic (Usage)Copy Code
Dim instance As ConversionYuvParameters
Dim value As Integer
 
instance.UV = value
 
value = instance.UV
C# 
public int UV {get; set;}
C++/CLI 
public:
property int UV {
   int get();
   void set (int value);
}

Return Value

The vertical subsampling period of U.

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also