Eyeshot 10 WinForms API Reference
LeaderAndText Constructor(Double,Double,Double,String,Font,Color,Vector2D)

WinForms Assembly > devDept.Eyeshot.Labels Namespace > LeaderAndText Class > LeaderAndText Constructor : LeaderAndText Constructor(Double,Double,Double,String,Font,Color,Vector2D)
Attaching point X coord.
Attaching point Y coord.
Attaching point Z coord.
Label text
Text font
A System.Drawing.Color structure that indicates the color of this label
Offset between the label and the attaching point
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal text As String, _
   ByVal textFont As Font, _
   ByVal textColor As Color, _
   ByVal offset As Vector2D _
)
public LeaderAndText( 
   double x,
   double y,
   double z,
   string text,
   Font textFont,
   Color textColor,
   Vector2D offset
)

Parameters

x
Attaching point X coord.
y
Attaching point Y coord.
z
Attaching point Z coord.
text
Label text
textFont
Text font
textColor
A System.Drawing.Color structure that indicates the color of this label
offset
Offset between the label and the attaching point
See Also

Reference

LeaderAndText Class
LeaderAndText Members
Overload List