Function CreateArrowHeadOptions(Length As Double, Width As Double, [OffsetX As Double], [OffsetY As Double], [RotationAngle As Double], [FlipHorizontal As Boolean = False], [FlipVertical As Boolean = False]) As ArrowHeadOptions
The CreateArrowHeadOptions method creates an outline arrowhead options object.
Parameter
Description
Length
Specifies the horizontal size (or length) of the arrowhead
Width
Specifies the vertical size (or width) of the arrowhead
OffsetX
Specifies the relative horizontal offset of the arrowhead from its origin point, measured as a percentage of the length of the arrowhead. This parameter is optional.
OffsetY
Specifies the relative vertical offset of the arrowhead from its origin point, measured as a percentage of the length of the arrowhead. This parameter is optional.
RotationAngle
Specifies the rotation angle of the arrowhead around its origin point.. This parameter is optional.
FlipHorizontal
Specifies whether to mirror the arrowhead horizontally. This parameter is optional.
FlipVertical
Specifies whether to mirror the arrowhead vertically. This parameter is optional.
Copyright 2013 Corel Corporation. All rights reserved.