Class FocalPoint
This class represents an image focal point.
See Also:
| Property | Description |
|---|---|
x: Number (read-only) | Returns the focal point abscissa. |
y: Number (read-only) | Returns the focal point ordinate. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getX() | Returns the focal point abscissa. |
| getY() | Returns the focal point ordinate. |
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
- x: Number
(read-only) Returns the focal point abscissa.
- y: Number
(read-only) Returns the focal point ordinate.
- getX(): Number
Returns the focal point abscissa.
Returns:
- the focal point abscissa
- getY(): Number
Returns the focal point ordinate.
Returns:
- the focal point ordinate