Search
PlatformProvider.GetRenderedText Method
See Also
 






Implements IPlatformProvider.GetRenderedText

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string GetRenderedText (
    string text,
    Font font,
    Brush brush,
    Rect rect,
    StringFormat format
)

Visual Basic  Copy Code

Public Shared Function GetRenderedText( _
    text As String, _
    font As Font, _
    brush As Brush, _
    rect As Rect, _
    format As StringFormat _
) As String

 Parameters

text

font

brush

rect

format

 Return Value

 See Also