Merge pull request #2352 from nishanths/feature/native-image-is-template
Add NativeImage.isTemplateImage method
This commit is contained in:
commit
ff6b9d0907
4 changed files with 15 additions and 2 deletions
|
@ -132,6 +132,10 @@ Returns the size of the image.
|
|||
|
||||
[buffer]: https://iojs.org/api/buffer.html#buffer_class_buffer
|
||||
|
||||
### NativeImage.isTemplateImage()
|
||||
|
||||
Returns whether the image is a template image.
|
||||
|
||||
### NativeImage.setTemplateImage(option)
|
||||
|
||||
* `option` Boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue