| C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > Create Method : Create(Factory,String,TextFormat,Single,Single,Single,Nullable<Matrix3x2>,Boolean) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal factory As Factory, _ ByVal text As System.String, _ ByVal textFormat As TextFormat, _ ByVal layoutWidth As System.Single, _ ByVal layoutHeight As System.Single, _ ByVal pixelsPerDip As System.Single, _ ByVal transform As System.Nullable(Of Matrix3x2), _ ByVal useGdiNatural As System.Boolean _ ) As TextLayout
public static TextLayout Create( Factory factory, System.string text, TextFormat textFormat, System.float layoutWidth, System.float layoutHeight, System.float pixelsPerDip, System.Nullable<Matrix3x2> transform, System.bool useGdiNatural )