add getBitmap to NativeImage
This commit is contained in:
parent
736fbd46c6
commit
37f5ef5712
2 changed files with 14 additions and 0 deletions
|
@ -71,6 +71,7 @@ class NativeImage : public mate::Wrappable<NativeImage> {
|
|||
v8::Local<v8::Value> ToPNG(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> ToJPEG(v8::Isolate* isolate, int quality);
|
||||
v8::Local<v8::Value> ToBitmap(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> GetBitmap(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> GetNativeHandle(
|
||||
v8::Isolate* isolate,
|
||||
mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue