FlexReport for WinForms
Draw メソッド (BarcodeExRenderer)


C1.Document アセンブリ > C1.Document 名前空間 > BarcodeExRenderer クラス : Draw メソッド
Bounds of the barcode in pixels of the C1.Document.Util.IC1TextMeasurementContext.
The text of the barcode.
The barcode type.
The barcode horizontal align.
The barcode vertical align.
Defines the list of highlighting in the block of text.
Draws barcode, the rect specifies bounds of the barcode in pixels of the C1.Document.Util.IC1TextMeasurementContext.
シンタックス
'宣言
 
Public Sub Draw( _
   ByVal rect As Rect, _
   ByVal text As System.String, _
   ByVal codeType As GrapeCity.Documents.Barcode.CodeType, _
   ByVal horzAlign As BarcodeAlign, _
   ByVal vertAlign As BarcodeAlign, _
   ByVal highlight As System.Collections.Generic.IList(Of C1FragmentHighlight) _
) 
'使用法
 
Dim instance As BarcodeExRenderer
Dim rect As Rect
Dim text As System.String
Dim codeType As GrapeCity.Documents.Barcode.CodeType
Dim horzAlign As BarcodeAlign
Dim vertAlign As BarcodeAlign
Dim highlight As System.Collections.Generic.IList(Of C1FragmentHighlight)
 
instance.Draw(rect, text, codeType, horzAlign, vertAlign, highlight)
public void Draw( 
   Rect rect,
   System.string text,
   GrapeCity.Documents.Barcode.CodeType codeType,
   BarcodeAlign horzAlign,
   BarcodeAlign vertAlign,
   System.Collections.Generic.IList<C1FragmentHighlight> highlight
)

パラメータ

rect
Bounds of the barcode in pixels of the C1.Document.Util.IC1TextMeasurementContext.
text
The text of the barcode.
codeType
The barcode type.
horzAlign
The barcode horizontal align.
vertAlign
The barcode vertical align.
highlight
Defines the list of highlighting in the block of text.
参照

参照

BarcodeExRenderer クラス
BarcodeExRenderer メンバ