muak / Xamarin.Plugin.ImageEdit

Image Edit Plugin for Xamarin
MIT License
55 stars 16 forks source link

add please function, which return 'native' Image object #3

Closed protokovich closed 7 years ago

protokovich commented 7 years ago

interface... object GetNativeImage();

// android public object GetNativeObject(){ return _image; }

// ios public object GetNativeObject(){ return _image; }

i want use my own manipulations with native image object, together with your functions

muak commented 7 years ago

@protokovich How do you want to use native object? In case pcl project, it cannot manipulate native object even if recieve it. Are you going to use in native project?

protokovich commented 7 years ago

i want use in native projects

muak commented 7 years ago

@protokovich I see. I'm going to consider it.