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

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

    Parameters

    myScaledFont
    scale
    color
    fillColor
    See Also