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

WinForms Assembly > devDept.Eyeshot.Labels Namespace > LeaderAndText Class > LeaderAndText Constructor : LeaderAndText Constructor(Point3D,String,Font,Color,Vector2D)
Attaching point coords.
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 p As Point3D, _
   ByVal text As String, _
   ByVal textFont As Font, _
   ByVal textColor As Color, _
   ByVal offset As Vector2D _
)
public LeaderAndText( 
   Point3D p,
   string text,
   Font textFont,
   Color textColor,
   Vector2D offset
)

Parameters

p
Attaching point coords.
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