シンタックス
'宣言
Protected Sub PerformDrawOrMeasure( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean, _
ByRef As System.Drawing.SizeF, _
ByRef As System.Integer, _
ByRef As System.Boolean _
)
'使用法
Dim instance As C1RichText
Dim width As System.Double
Dim height As System.Double
Dim startIndex As System.Integer
Dim length As System.Integer
Dim performDrawing As System.Boolean
Dim measuredSize As System.Drawing.SizeF
Dim fittedCharsCount As System.Integer
Dim allCharsFitted As System.Boolean
instance.PerformDrawOrMeasure(width, height, startIndex, length, performDrawing, measuredSize, fittedCharsCount, allCharsFitted)
protected void PerformDrawOrMeasure(
System.double ,
System.double ,
System.int ,
System.int ,
System.bool ,
ref System.Drawing.SizeF ,
ref System.int ,
ref System.bool
)
パラメータ
- width
- height
- startIndex
- length
- performDrawing
- measuredSize
- fittedCharsCount
- allCharsFitted
参照