Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / DrawSimplified Method

In This Topic
    DrawSimplified Method (Text)
    In This Topic
    Draws a rectangle to approximate small texts for better performances.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawSimplified( _
       ByVal context As RenderContextBase _
    ) 
    protected virtual void DrawSimplified( 
       RenderContextBase context
    )

    Parameters

    context
    Remarks
    When Simplify is true.
    See Also