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 |
| 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