Previous Document Next Document

Object Model Reference : Classes : R : Rectangle : Methods : Rectangle.SetRadius


Rectangle.SetRadius

Sub SetRadius(Radius As Double)

Description

Member of Rectangle

The SetRadius method sets the same radius value for all corners in a rectangle. This value is measured in document units.

Parameter
Description
Radius
Specifies the value of the radius

VBA example

The following VBA example sets the radius of all corners in the active rectangle to 0.3".

Sub Test()
 ActiveShape.Rectangle.SetRadius 0.3
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.