Click or drag to resize

DataObjectGetData Method

Gets a byte array from the data object with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public byte[] GetData(
	string type
)

Parameters

type
Type: SystemString
Type identifier to get the data for.

Return Value

Type: Byte
The byte data.

Implements

IDataObjectGetData(String)
See Also