Determines whether this
RasterImage is grayscale.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property IsGray As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImage
Dim value As Boolean
value = instance.IsGray
|
C# | |
---|
public virtual bool IsGray {get;} |
C++/CLI | |
---|
public:
virtual property bool IsGray {
bool get();
} |
Return Value
true if this
RasterImage is grayscale; otherwise false.
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also