Previous Document Next Document

Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.BeginDrawArrow


CorelScript.BeginDrawArrow

Function BeginDrawArrow(LeftArrow As Boolean, LineOffset As Long, NumOfPoints As Long) As Long

Description

Member of CorelScript

The BeginDrawArrow method initializes a block of arrowhead-creation commands. This block must include one or more instances of the CorelScript.AddArrowPoint method and end with the CorelScript.EndDrawArrow method.

 
To add the arrowhead to a path, use the CorelScript.SetOutlineArrow command.

Parameter
Description
LeftArrow
Specifies the direction of the arrowhead. True (-1) creates a left-facing arrowhead, while False (0) to creates a right-facing arrowhead.
LineOffset
Specifies the distance between the end of the path and the arrowhead
NumOfPoints
Specifies the number of nodes in the arrowhead

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.