Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
BoundsResult
Interface BoundsResult
Common bounds calculation interface
interface
BoundsResult
{
maxX
:
ScopedValue
;
maxY
:
ScopedValue
;
minX
:
ScopedValue
;
minY
:
ScopedValue
;
}
Hierarchy (
View Summary
)
BoundsResult
ExtendedBoundsResult
Index
Properties
maxX
maxY
minX
minY
Properties
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
maxX
maxY
minX
minY
ducjs - v4.0.4
Loading...
Common bounds calculation interface