Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Data As IntPtr |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColorResolutionCommandDataEventArgs Dim value As IntPtr value = instance.Data |
C# | |
---|---|
public IntPtr Data {get;} |
Property Value
The buffer containing one or more lines of output image data that the command has already converted.For an example, refer to ColorResolutionCommandDataEventArgs
This property returns the data in an unmanaged buffer. You can use the Marshal.Copy method to copy this data to a managed buffer.
To get the data in a managed array, use the DataArray property.
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