Example usage for Java javafx.geometry BoundingBox fields, constructors, methods, implement or subclass
The text is from its open source code.
BoundingBox(@NamedArg("minX") double minX, @NamedArg("minY") double minY, @NamedArg("width") double width, @NamedArg("height") double height) Creates a new instance of 2D BoundingBox . |