ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / ReportMetaCanvas Class / DrawDelayedString Method

In This Topic
    DrawDelayedString Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawDelayedString( _
       ByVal value As String, _
       ByVal font As FontInfo, _
       ByVal brush As BrushEx, _
       ByVal layoutRectangle As RectangleF, _
       ByVal format As StringFormatEx, _
       ByVal textBox As ITextItem _
    ) 
    public void DrawDelayedString( 
       string value,
       FontInfo font,
       BrushEx brush,
       RectangleF layoutRectangle,
       StringFormatEx format,
       ITextItem textBox
    )

    Parameters

    value
    font
    brush
    layoutRectangle
    format
    textBox
    See Also