| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Buffer As IntPtr | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageResizeEventArgs Dim value As IntPtr value = instance.Buffer | |
| C# | |
|---|---|
public IntPtr Buffer {get;} | |
Property Value
The unmanaged buffer that holds the resized row.For an example, refer to RasterImageResize.
Use BufferArray to get the buffer as a managed array.
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