Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / OutlinedText Class / GetBitmapFromText Method

In This Topic
    GetBitmapFromText Method (OutlinedText)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function GetBitmapFromText( _
       ByVal myScaledFont As Font, _
       ByVal scale As Single, _
       ByVal color As Color, _
       ByVal fillColor As Color _
    ) As Bitmap
    protected override Bitmap GetBitmapFromText( 
       Font myScaledFont,
       float scale,
       Color color,
       Color fillColor
    )

    Parameters

    myScaledFont
    scale
    color
    fillColor
    See Also