Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Buffer As IntPtr |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsRedirectWriteEventArgs Dim value As IntPtr value = instance.Buffer |
C# | |
---|---|
public IntPtr Buffer {get;} |
Property Value
A pointer to the unmanaged memory buffer from which this write operation should copy the data.For an example, refer to RasterCodecs.StartRedirecting
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)