| C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > Create Method : Create(Factory,String,TextFormat,Single,Single) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal factory As Factory, _ ByVal text As System.String, _ ByVal textFormat As TextFormat, _ ByVal maxWidth As System.Single, _ ByVal maxHeight As System.Single _ ) As TextLayout
public static TextLayout Create( Factory factory, System.string text, TextFormat textFormat, System.float maxWidth, System.float maxHeight )