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



Gets or sets a value indicating the range of values in the input buffer;

Syntax

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

Return Value

The range of values in the input buffer.

Example

Requirements

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

See Also