シンタックス
'宣言
Public Shared Function GetRtfMetafileBytes( _
ByVal As System.Drawing.Graphics, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rect, _
ByVal As System.Boolean _
) As System.Byte()
'使用法
Dim measurmentGraphics As System.Drawing.Graphics
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 System.Byte
value = C1RichText.GetRtfMetafileBytes(measurmentGraphics, rtf, firstCharIndex, length, bounds, detectUrls)
public static System.byte[] GetRtfMetafileBytes(
System.Drawing.Graphics ,
System.string ,
System.int ,
System.int ,
Rect ,
System.bool
)
パラメータ
- measurmentGraphics
- rtf
- firstCharIndex
- length
- bounds
- detectUrls
参照