Surface.getMimeData
void getMimeData(string mimeType, out ubyte[] data)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.
Parameters
mimeType | the mime type of the image data |
data | the image data to attached to the surface |