シンタックス
'宣言
Public Function DrawOrMeasure( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Graphics, _
ByVal As Rect, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As C1RichText.MeasureInfo
'使用法
Dim instance As C1RichText
Dim drawGraphics As System.Drawing.Graphics
Dim measureGraphics As System.Drawing.Graphics
Dim boundsRectTw As Rect
Dim startIndex As System.Integer
Dim length As System.Integer
Dim measureOnly As System.Boolean
Dim value As C1RichText.MeasureInfo
value = instance.DrawOrMeasure(drawGraphics, measureGraphics, boundsRectTw, startIndex, length, measureOnly)
public C1RichText.MeasureInfo DrawOrMeasure(
System.Drawing.Graphics ,
System.Drawing.Graphics ,
Rect ,
System.int ,
System.int ,
System.bool
)
パラメータ
- drawGraphics
- measureGraphics
- boundsRectTw
- startIndex
- length
- measureOnly
参照