NativeImage

open external class NativeImage

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun crop(rect: Rectangle): NativeImage
Link copied to clipboard
Link copied to clipboard
open fun getBitmap(options: BitmapOptions = definedExternally): <Error class: unknown class>
Link copied to clipboard
open fun getNativeHandle(): <Error class: unknown class>
Link copied to clipboard
open fun getSize(): Size
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun resize(options: ResizeOptions): NativeImage
Link copied to clipboard
open fun setTemplateImage(option: Boolean)
Link copied to clipboard
open fun toBitmap(options: ToBitmapOptions = definedExternally): <Error class: unknown class>
Link copied to clipboard
open fun toDataURL(options: ToDataURLOptions = definedExternally): String
Link copied to clipboard
open fun toJPEG(quality: Number): <Error class: unknown class>
Link copied to clipboard
open fun toPNG(options: ToPNGOptions = definedExternally): <Error class: unknown class>