Layer.CreateRectangleRect
Function CreateRectangleRect( Rect As Rect , [ RadiusUL As Double = 0], [ RadiusUR As Double = 0], [ RadiusLR As Double = 0], [ RadiusLL As Double = 0]) As Shape
Description
Member of Layer
The CreateRectangleRect method creates a rectangle shape, at a specified location on a layer, by using the specified rectangular area.
Parameter
Description
Rect
Specifies the bounding box for the rectangular area.
RadiusUL
Specifies the actual corner radius measurement of the upper-left corner. This parameter is optional, and its default value is 0 .
RadiusUR
Specifies the actual corner radius measurement of the upper-right corner. This parameter is optional, and its default value is 0 .
RadiusLR
Specifies the actual corner radius measurement of the lower-right corner. This parameter is optional, and its default value is 0 .
RadiusLL
Specifies the actual corner radius measurement of the lower-left corner. This parameter is optional, and its default value is 0 .
Copyright 2013 Corel Corporation. All rights reserved.