Draws specified RTF text into metafile and returns this metafile.
シンタックス
'宣言
Public Shared Function GetRtfMetafile( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rect, _
ByVal As System.Boolean _
) As GrapeCity.Documents.Drawing.IImage
'使用法
Dim measurmentGraphics As System.Object
Dim rtf As System.String
Dim firstCharIndex As System.Integer
Dim length As System.Integer
Dim bounds As Rect
Dim detectUrls As System.Boolean
Dim value As GrapeCity.Documents.Drawing.IImage
value = C1RichText.GetRtfMetafile(measurmentGraphics, rtf, firstCharIndex, length, bounds, detectUrls)
public static GrapeCity.Documents.Drawing.IImage GetRtfMetafile(
System.object ,
System.string ,
System.int ,
System.int ,
Rect ,
System.bool
)
パラメータ
- measurmentGraphics
- rtf
- The RTF text.
- firstCharIndex
- The index of first character.
- length
- The total number of characters.
- bounds
- The rectangle bounds.
- detectUrls
- A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).
参照