Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / OutlinedText Class / OutlinedText Constructor / OutlinedText Constructor(Point3D,String,Font,Color)
Anchor point
Label text
Text font
A System.Drawing.Color structure that indicates the text color of this label

In This Topic
    OutlinedText Constructor(Point3D,String,Font,Color)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As Point3D, _
       ByVal text As String, _
       ByVal textFont As Font, _
       ByVal textColor As Color _
    )
    public OutlinedText( 
       Point3D p,
       string text,
       Font textFont,
       Color textColor
    )

    Parameters

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