| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property BufferArray As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageResizeEventArgs Dim value() As Byte value = instance.BufferArray | |
| C# | |
|---|---|
public byte[] BufferArray {get;} | |
| C++/CLI | |
|---|---|
public: property array<byte>^ BufferArray { array<byte>^ get(); } | |
Property Value
The managed buffer that holds the resized row.For an example, refer to RasterImageResize.
Use Buffer to get the buffer as an managed pointer.
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
Copy Code