Accusoft NotateXpress 12
GrpSetRect Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
left
The left coordinate of the bounding rectangle.
top
The top coordinate of the bounding rectangle.
right
The right coordinate of the bounding rectangle.
bottom
The bottom coordinate of the bounding rectangle.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpSetRect Method

Glossary Item Box

Description

Sets the bounding rectangle for the specified group.

Syntax

Visual Basic
Public Sub GrpSetRect( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long, _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal right As Long, _
   ByVal bottom As Long _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
left
The left coordinate of the bounding rectangle.
top
The top coordinate of the bounding rectangle.
right
The right coordinate of the bounding rectangle.
bottom
The bottom coordinate of the bounding rectangle.

See Also

©2013. Accusoft Corporation. All Rights Reserved.