For internal use. Initializes the
C1.Document.Util.C1TextLayout object representing content of this
RenderTextFragment.
シンタックス
'宣言
Public Sub BuildTextLayout( _
ByVal As IC1TextMeasurementContext, _
ByVal As C1TextLayout, _
ByVal As System.Nullable(Of Double), _
ByVal As System.Nullable(Of Double), _
ByVal As IC1HighlightingManager, _
ByVal As System.Boolean, _
ByVal As UnitTypeEnum _
)
'使用法
Dim instance As RenderTextFragment
Dim tmc As IC1TextMeasurementContext
Dim tl As C1TextLayout
Dim widthPx As System.Nullable(Of Double)
Dim heightPx As System.Nullable(Of Double)
Dim hm As IC1HighlightingManager
Dim gdiCompatible As System.Boolean
Dim du As UnitTypeEnum
instance.BuildTextLayout(tmc, tl, widthPx, heightPx, hm, gdiCompatible, du)
public void BuildTextLayout(
IC1TextMeasurementContext ,
C1TextLayout ,
System.Nullable<double> ,
System.Nullable<double> ,
IC1HighlightingManager ,
System.bool ,
UnitTypeEnum
)
パラメータ
- tmc
- tl
- widthPx
- heightPx
- hm
- gdiCompatible
- du
参照