ChangeWidth

Top  Previous  Next

 

ChangeWidth (Method)

 

Changes the width of the objects described in a specific handles array

 

Syntax:

Function ChangeWidth(h() As Integer, iWidth As Short) As Boolean

 

The ChangeWidth method syntax consists of the following:

Parameter

Data Type

Description

h()

Integer

An array of integers for the handles of the objects

iWidth

Short

Is the new pen width

 

Return value:

Boolean - True on success, false on error.

 

Example