Gets the number of bits per pixel for this
RasterImage
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property BitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImage
Dim value As Integer
value = instance.BitsPerPixel
|
C# | |
---|
public virtual int BitsPerPixel {get;} |
C++/CLI | |
---|
public:
virtual property int BitsPerPixel {
int get();
} |
Return Value
Number of bits per pixel.
Example
For an example, refer to
Width.
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also