ImageSource
Classes
Origin
Implements
Constructors
Constructor
new Origin(rawData?): Origin;
Parameters
| Parameter | Type |
|---|---|
rawData? | Object |
Returns
Properties
data?
optional data?: any;
originalSize?
optional originalSize?: Size;
type
type: string;
Methods
clone()
clone(): Origin;
Returns
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | Origin |
Returns
boolean