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

WinForms Assembly > devDept.Eyeshot.Labels Namespace > TextOnly Class > TextOnly Constructor : TextOnly Constructor(Point3D,String,Font,Color)
Anchor point
Label text
Text font
A System.Drawing.Color structure that indicates the text color of this label
3D point constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal pt As Point3D, _
   ByVal text As String, _
   ByVal textFont As Font, _
   ByVal textColor As Color _
)
public TextOnly( 
   Point3D pt,
   string text,
   Font textFont,
   Color textColor
)

Parameters

pt
Anchor point
text
Label text
textFont
Text font
textColor
A System.Drawing.Color structure that indicates the text color of this label
See Also

Reference

TextOnly Class
TextOnly Members
Overload List