public interface IImageSource
Modifier and Type | Interface and Description |
---|---|
static class |
IImageSource.Type
Represents supported image types
|
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
byte[] |
getRawData() |
IImageSource.Type |
getType() |
double |
getWidth() |
IImageSource.Type getType()
double getWidth()
double getHeight()
byte[] getRawData()
Copyright © 2024. All rights reserved.