Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property ConversionYuvRange get_Range();
public: __property void set_Range( 
   ConversionYuvRange value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also