Loading...
Searching...
No Matches
Image Class Referenceabstract

class described image data in SDK More...

Inherits Finalizable.

Public Attributes

Uint8List get data
 binary source data of the image
 
int get width
 decoded image width
 
int get height
 decoded image height
 
ImageType get type
 decoded image type
 

Detailed Description

class described image data in SDK

Referenced from Sublocation.

Definition at line 22 of file image.dart.

Member Data Documentation

◆ data

Uint8List get Image.data

binary source data of the image

Definition at line 28 of file image.dart.

◆ height

int get Image.height

decoded image height

Definition at line 36 of file image.dart.

◆ type

ImageType get Image.type

decoded image type

Definition at line 40 of file image.dart.

◆ width

int get Image.width

decoded image width

Definition at line 32 of file image.dart.


The documentation for this class was generated from the following file: