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