FlexReport for WinForms
DrawOrMeasure メソッド (C1RichText)


C1.Win.Document.4.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1RichText クラス : DrawOrMeasure メソッド
シンタックス
'宣言
 
Public Function DrawOrMeasure( _
   ByVal drawGraphics As System.Drawing.Graphics, _
   ByVal measureGraphics As System.Drawing.Graphics, _
   ByVal boundsRectTw As Rect, _
   ByVal startIndex As System.Integer, _
   ByVal length As System.Integer, _
   ByVal measureOnly 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 drawGraphics,
   System.Drawing.Graphics measureGraphics,
   Rect boundsRectTw,
   System.int startIndex,
   System.int length,
   System.bool measureOnly
)

パラメータ

drawGraphics
measureGraphics
boundsRectTw
startIndex
length
measureOnly
参照

参照

C1RichText クラス
C1RichText メンバ