Determines if the memory allocated for the
RasterImage data is allocated as a disk file rather than in conventional memory.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable ReadOnly Property IsDiskMemory As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RasterImage
Dim value As Boolean
value = instance.IsDiskMemory
|
| C# | |
|---|
public virtual bool IsDiskMemory {get;} |
| C++/CLI | |
|---|
public:
virtual property bool IsDiskMemory {
bool get();
} |
Return Value
true if the data is in disk memory; 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