Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As RasterNativeBuffer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static RasterNativeBuffer Empty {get;} |
C++/CLI | |
---|---|
public: static property RasterNativeBuffer Empty { RasterNativeBuffer get(); } |
Return Value
A RasterNativeBuffer object that has all the members reset to their default values.The RasterNativeBuffer object returned from this property will have the Data property set to IntPtr.Zero and the Length property set to 0.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family