Specifies the name of the style for setting SmartFrame2d defaults.
The x coordinate of the start point of the line.
The y coordinate of the start point of the line.
The x coordinate of the end point of the line.
The y coordinate of the end point of the line.
Description
Creates a text box by specifying the diagonal points of the text box.
Syntax
Visual Basic
Public Function AddBy2Points( _
ByVal StyleName As String, _
ByVal x1 As Double, _
ByVal y1 As Double, _
ByVal x2 As Double, _
ByVal y2 As Double _
) As SmartFrame2d
Parameters
StyleName
Specifies the name of the style for setting SmartFrame2d defaults.