public interface Rect
rect
element is an SVG basic shape, used to create rectangles based on the position of a corner and their width and height. It may also be used to create rectangles with rounded corners.Modifier and Type | Method and Description |
---|---|
CSSPrimitiveValue |
getBottom() |
CSSPrimitiveValue |
getLeft() |
CSSPrimitiveValue |
getRight() |
CSSPrimitiveValue |
getTop() |
CSSPrimitiveValue getBottom()
CSSPrimitiveValue getLeft()
CSSPrimitiveValue getRight()
CSSPrimitiveValue getTop()
Copyright © 2018. All rights reserved.