Draws barcode, the rect specifies bounds of the barcode in pixels of the
C1.Document.Util.IC1TextMeasurementContext.
シンタックス
'宣言
Public Sub Draw( _
ByVal As Rect, _
ByVal As System.String, _
ByVal As GrapeCity.Documents.Barcode.CodeType, _
ByVal As BarcodeAlign, _
ByVal As BarcodeAlign, _
ByVal 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 ,
System.string ,
GrapeCity.Documents.Barcode.CodeType ,
BarcodeAlign ,
BarcodeAlign ,
System.Collections.Generic.IList<C1FragmentHighlight>
)
パラメータ
- 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.
参照