Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / OutlinedText Class / OutlinedText Constructor / OutlinedText Constructor(Double,Double,Double,String,Font)
Anchor point X coord.
Anchor point Y coord.
Anchor point Z coord.
Label text
Text font

In This Topic
    OutlinedText Constructor(Double,Double,Double,String,Font)
    In This Topic
    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 _
    )
    public OutlinedText( 
       double x,
       double y,
       double z,
       string text,
       Font textFont
    )

    Parameters

    x
    Anchor point X coord.
    y
    Anchor point Y coord.
    z
    Anchor point Z coord.
    text
    Label text
    textFont
    Text font
    See Also