Skip to main content

ImageSource

Classes

Origin

Implements

Constructors

Constructor
new Origin(rawData?): Origin;
Parameters
ParameterType
rawData?Object
Returns

Origin

Properties

data?
optional data?: any;
originalSize?
optional originalSize?: Size;
type
type: string;

Methods

clone()
clone(): Origin;
Returns

Origin

equals()
equals(other): boolean;
Parameters
ParameterType
otherOrigin
Returns

boolean

Implementation of

IEqualsReady.equals

Was this page helpful?