Document new nativeImage.createFromNamedImage method
This commit is contained in:
parent
e027ba9c47
commit
ec610cd97b
1 changed files with 10 additions and 0 deletions
|
@ -157,6 +157,16 @@ Returns `NativeImage`
|
|||
|
||||
Creates a new `NativeImage` instance from `dataURL`.
|
||||
|
||||
### `nativeImage.createFromNamedImage(imageName)` _macOS_
|
||||
|
||||
* `imageName` String
|
||||
|
||||
Returns `NativeImage`
|
||||
|
||||
Creates a new `NativeImage` instance from the NSImage that maps to the
|
||||
given image name. See [`NSImageName`](https://developer.apple.com/documentation/appkit/nsimagename?language=objc)
|
||||
for a list of possible values.
|
||||
|
||||
## Class: NativeImage
|
||||
|
||||
> Natively wrap images such as tray, dock, and application icons.
|
||||
|
|
Loading…
Reference in a new issue