Previous Document Next Document
Application.CreateRect

Function CreateRect([x As Double], [y As Double], [Width As Double], [Height As Double]) As Rect

Member of Application

The CreateRect method creates an object represeneting a rectangular area in a document.

Parameters
Description
x
Sets the horizontal position of the rectangular area. This parameter is optional, and its default value is 0.
y
Sets the vertical position of the rectangular area. This parameter is optional, and its default value is 0.
Width
Sets the width of the rectangular area. This parameter is optional, and its default value is 0.
Height
Sets the height of the rectangular area. This parameter is optional, and its default value is 0.

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.