@lynx-js/lynxtron / AddRepresentationOptions
AddRepresentationOptions
属性
buffer?
The buffer containing the raw image data.
定义于
dataURL?
The data URL containing either a base 64 encoded PNG or JPEG image.
定义于
height?
Defaults to 0. Required if a bitmap buffer is specified as buffer.
定义于
scaleFactor?
The scale factor to add the image representation for.
定义于
width?
Defaults to 0. Required if a bitmap buffer is specified as buffer.
定义于