Indicates whether the image data should be interleaved or planar.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PlaneCount As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterPaintDibInfo
Dim value As Integer
instance.PlaneCount = value
value = instance.PlaneCount |
C# | |
---|
public int PlaneCount {get; set;} |
C++/CLI | |
---|
public:
property int PlaneCount {
int get();
void set ( int value);
} |
Property Value
This is usually 1. If the image data is supposed to be planar, it can be the number of planes. It should be positive in any case.
Example
Remarks
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