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




Gets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane.

Syntax

Visual Basic (Declaration) 
Public Property Planar As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ConversionYuvParameters
Dim value As Boolean
 
instance.Planar = value
 
value = instance.Planar
C# 
public bool Planar {get; set;}
Managed Extensions for C++ 
public: __property bool get_Planar();
public: __property void set_Planar( 
   bool value
);
C++/CLI 
public:
property bool Planar {
   bool get();
   void set (bool value);
}

Return Value

Value indicating whether the buffer consists of the Y plane, V plane and U plane. Possible values are: true: the buffer consists of the Y, U, and V planes. false: the buffer does not consist of the Y, U, and V planes.

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