Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As RasterNativeBuffer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As RasterNativeBuffer value = RasterNativeBuffer.Empty |
C# | |
---|---|
public static RasterNativeBuffer Empty {get;} |
C++/CLI | |
---|---|
public: static property RasterNativeBuffer Empty { RasterNativeBuffer get(); } |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7