LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property Value

The range of values in the input buffer.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also