| 名前 | 解説 | |
|---|---|---|
![]() | AddText | Adds formatted range of the text to the text layout. |
![]() | BuildSelection | Builds text selection. |
![]() | Clear | Clears content of the C1TextLayout object. |
![]() | ClearTextRanges | Clears the TextRanges collection. |
![]() | Dispose | オーバーロードされます。 Releases the unmanaged resources used by the C1TextLayout. |
![]() | Draw | Draws current C1TextLayout on specified C1Graphics. |
![]() | GetCaretCoords | Use this function to get the pixel location relative to the top-left of the layout box given the text position and the logical side of the position. |
![]() | GetSplitPosition | Determines position where text can be split. |
![]() | GetText | Get the text of this text layout as a single string. |
![]() | HitTest | Use this function passing in a specific pixel location relative to the top-left location of the layout box and obtains the information about the correspondent hit-test metrics of the text string where the hit-test has occurred. |
![]() | MeasureAndDraw | Measures layoyt and draws. |
![]() | MeasureAutoSize | Measures the text size. |
![]() | MeasureLayout | Measures full text layout, after calling this method you can use all methods of C1TextLayout, like HitTest(), Draw() etc. |
![]() | Reset | Resets all properties of the C1TextLayout to default values and clears its content. |

