DownArrowCalloutShape Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of a
DownArrowCalloutShape.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public DownArrowCalloutShape(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- x1
- The horizontal position of the begin line, in twips.
- y1
- The vertical position of the begin line, in twips.
- x2
- The horizontal position of the end line, in twips.
- y2
- The vertical position of the end line, in twips.
See Also