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;} |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also