'宣言 Public Function PerformLayout( _ Optional ByVal recalculateGlyphsBeforeLayout As System.Boolean _ ) As System.Boolean
public System.bool PerformLayout( System.bool recalculateGlyphsBeforeLayout )
パラメータ
- recalculateGlyphsBeforeLayout
- If true, RecalculateGlyphs will be called before performing the layout.
戻り値の型
true if the whole text fits in the bounds of TextLayout, false if some text doesn't fit in bounds and one of the Split* methods must be executed to move the rest of the text into another TextLayout instance.