Class ImageItem.ImageItemValue
Constructors
(constructor)(name, value, transformedRectangle)
Constructs a new instance of the ImageItemValue class
Declaration
constructor(name: string, value: ImageMetaData, transformedRectangle?: RotatedRectangleF);
Parameters
Properties
name
Declaration
Property Value
Declaration
transformedRectangle?: RotatedRectangleF;
Property Value
value
Declaration
Property Value
Methods
clone()
Declaration
Returns
equals(other)
Declaration
equals(other: ImageItemValue): boolean;
Parameters
Returns