Visual Basic (Declaration) | |
---|---|
Public Property Range As ConversionYuvRange |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.Refer to ConversionParameters.YuvParameters example.
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