Surface.getMimeData

Return mime data previously attached to surface using the specified mime type. If no data has been attached with the given mime type, data is set NULL. Since 1.10

class Surface
void
getMimeData
(
string mimeType
,
out ubyte[] data
)

Parameters

mimeType string

the mime type of the image data

data ubyte[]

the image data to attached to the surface

Meta