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




Gets or sets the YUV conversion masking value.

Syntax

Visual Basic (Declaration) 
Public Property Mask As ConversionYuvMaskFlags
Visual Basic (Usage)Copy Code
Dim instance As ConversionYuvParameters
Dim value As ConversionYuvMaskFlags
 
instance.Mask = value
 
value = instance.Mask
C# 
public ConversionYuvMaskFlags Mask {get; set;}
Managed Extensions for C++ 
public: __property ConversionYuvMaskFlags get_Mask();
public: __property void set_Mask( 
   ConversionYuvMaskFlags value
);
C++/CLI 
public:
property ConversionYuvMaskFlags Mask {
   ConversionYuvMaskFlags get();
   void set (ConversionYuvMaskFlags value);
}

Return Value

The YUV conversion masking value. This can be any combination of the ConversionYuvMaskFlags members.

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