Overview
API Versioning
Deprecated
dw.experience.image
Class FocalPoint
Object
dw.experience.image.FocalPoint
This class represents an image focal point.
See Also:
Image
Properties
x :
Number
(Read Only)
The focal point abscissa.
y :
Number
(Read Only)
The focal point ordinate.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getX
() :
Number
Returns the focal point abscissa.
getY
() :
Number
Returns the focal point ordinate.
Methods inherited from class
Object
assign
,
create
,
create
,
defineProperties
,
defineProperty
,
entries
,
freeze
,
fromEntries
,
getOwnPropertyDescriptor
,
getOwnPropertyNames
,
getOwnPropertySymbols
,
getPrototypeOf
,
hasOwnProperty
,
is
,
isExtensible
,
isFrozen
,
isPrototypeOf
,
isSealed
,
keys
,
preventExtensions
,
propertyIsEnumerable
,
seal
,
setPrototypeOf
,
toLocaleString
,
toString
,
valueOf
,
values
Method Detail
getX
getX
() :
Number
Returns the focal point abscissa.
Returns:
the focal point abscissa
getY
getY
() :
Number
Returns the focal point ordinate.
Returns:
the focal point ordinate