C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / EllipsisTrimming Class / Create Method
a Factory
A text format object used for text layout.

In This Topic
Create Method (EllipsisTrimming)
In This Topic
Creates an inline object for trimming, using an ellipsis as the omission sign.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal factory As Factory, _
   ByVal textFormat As TextFormat _
) As EllipsisTrimming
 

Parameters

factory
a Factory
textFormat
A text format object used for text layout.
See Also