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

class described image data in SDK More...

Inherits Finalizable.

Public Member Functions

bool isValid ()
 

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 26 of file image.dart.

Member Function Documentation

◆ isValid()

bool Image.isValid ( )

Member Data Documentation

◆ data

Uint8List get Image.data

binary source data of the image

Definition at line 34 of file image.dart.

◆ height

int get Image.height

decoded image height

Definition at line 42 of file image.dart.

◆ type

ImageType get Image.type

decoded image type

Definition at line 46 of file image.dart.

◆ width

int get Image.width

decoded image width

Definition at line 38 of file image.dart.


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