Gets the size, in bytes, of this
RasterImage data buffer.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property DataSize As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImage
Dim value As Integer
value = instance.DataSize
|
C# | |
---|
public virtual int DataSize {get;} |
C++/CLI | |
---|
public:
virtual property int DataSize {
int get();
} |
Return Value
The size, in bytes if the data buffer.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also