Width of the rectangle.
Height of the rectangle.
Corner radius.
属性数据
创建一个围绕模型的圆形矩形.
Example:
var b = new vjgeo.models.BoltRectangle(30, 20, 1); //draw a bolt rectangle so we have something to surround
var r = new vjgeo.models.RoundRectangle(b, 2.5); //surround it
IModel object.
与模型的距离。这也将成为拐角半径.
属性数据
Generated using TypeDoc
根据宽度、高度和角半径创建圆形矩形.
Example:
var r = new vjgeo.models.RoundRectangle(100, 50, 5);