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