Description
Get the size of the ellipse used to draw the rounded corners.
-
Return Type
-
None
-
Syntax
-
object.GetRoundness Width, Height
The GetRoundness Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjRRect. | | Width | Required. A Single value. Returned width of the ellipse to draw the rounded corners.
| | Height | Required. A Single value. Returned height of the ellipse to draw the rounded corners.
|
|