Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
ExtendedBoundsResult
Interface ExtendedBoundsResult
Extended bounds calculation interface with center coordinates
interface
ExtendedBoundsResult
{
cx
:
ScopedValue
;
cy
:
ScopedValue
;
maxX
:
ScopedValue
;
maxY
:
ScopedValue
;
minX
:
ScopedValue
;
minY
:
ScopedValue
;
}
Hierarchy (
View Summary
)
BoundsResult
ExtendedBoundsResult
Index
Properties
cx
cy
maxX
maxY
minX
minY
Properties
cx
cx
:
ScopedValue
cy
cy
:
ScopedValue
maxX
maxX
:
ScopedValue
maxY
maxY
:
ScopedValue
minX
minX
:
ScopedValue
minY
minY
:
ScopedValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cx
cy
maxX
maxY
minX
minY
ducjs - v4.0.4
Loading...
Extended bounds calculation interface with center coordinates