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