FlexReport for WinForms
DrawGlyphRun メソッド (C1PdfGraphics)


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1PdfGraphics クラス : DrawGlyphRun メソッド
シンタックス
'宣言
 
Public Overridable Sub DrawGlyphRun( _
   ByVal baselineOriginX As System.Double, _
   ByVal baselineOriginY As System.Double, _
   ByVal glyphCount As System.Integer, _
   ByVal glyphIndices As System.IntPtr, _
   ByVal glyphAdvances As System.IntPtr, _
   ByVal glyphOffsets As System.IntPtr, _
   ByVal charMap As System.IntPtr, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal format As IC1TextRangeBase, _
   ByVal textLayout As C1TextLayout, _
   ByVal text As System.String _
) 
'使用法
 
Dim instance As C1PdfGraphics
Dim baselineOriginX As System.Double
Dim baselineOriginY As System.Double
Dim glyphCount As System.Integer
Dim glyphIndices As System.IntPtr
Dim glyphAdvances As System.IntPtr
Dim glyphOffsets As System.IntPtr
Dim charMap As System.IntPtr
Dim foreColor As System.Drawing.Color
Dim format As IC1TextRangeBase
Dim textLayout As C1TextLayout
Dim text As System.String
 
instance.DrawGlyphRun(baselineOriginX, baselineOriginY, glyphCount, glyphIndices, glyphAdvances, glyphOffsets, charMap, foreColor, format, textLayout, text)
public virtual void DrawGlyphRun( 
   System.double baselineOriginX,
   System.double baselineOriginY,
   System.int glyphCount,
   System.IntPtr glyphIndices,
   System.IntPtr glyphAdvances,
   System.IntPtr glyphOffsets,
   System.IntPtr charMap,
   System.Drawing.Color foreColor,
   IC1TextRangeBase format,
   C1TextLayout textLayout,
   System.string text
)

パラメータ

baselineOriginX
baselineOriginY
glyphCount
glyphIndices
glyphAdvances
glyphOffsets
charMap
foreColor
format
textLayout
text
参照

参照

C1PdfGraphics クラス
C1PdfGraphics メンバ