FlexReport for WinForms
PerformDrawOrMeasure メソッド (C1RichText)


C1.Report アセンブリ > C1.Document.Util 名前空間 > C1RichText クラス : PerformDrawOrMeasure メソッド
シンタックス
'宣言
 
Protected Sub PerformDrawOrMeasure( _
   ByVal width As System.Double, _
   ByVal height As System.Double, _
   ByVal startIndex As System.Integer, _
   ByVal length As System.Integer, _
   ByVal performDrawing As System.Boolean, _
   ByRef measuredSize As System.Drawing.SizeF, _
   ByRef fittedCharsCount As System.Integer, _
   ByRef allCharsFitted 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 width,
   System.double height,
   System.int startIndex,
   System.int length,
   System.bool performDrawing,
   ref System.Drawing.SizeF measuredSize,
   ref System.int fittedCharsCount,
   ref System.bool allCharsFitted
)

パラメータ

width
height
startIndex
length
performDrawing
measuredSize
fittedCharsCount
allCharsFitted
参照

参照

C1RichText クラス
C1RichText メンバ