Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also