'Declaration Public Function CreateTextLayout( _ ByVal text As String, _ ByVal stringLength As Integer, _ ByVal textFormat As TextFormat, _ ByVal maxWidth As Single, _ ByVal maxHeight As Single _ ) As TextLayout
public TextLayout CreateTextLayout( string text, int stringLength, TextFormat textFormat, float maxWidth, float maxHeight )
Parameters
- text
- stringLength
- textFormat
- maxWidth
- maxHeight