Previous Document Next Document

Object Model Reference : Classes : A : Application : Methods : Application.CreateRect


Application.CreateRect

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

Description

Member of Application

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

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.