シンタックス
'宣言
Public Overrides Sub DrawGlyphRun( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.Drawing.Color, _
ByVal As IC1TextRangeBase, _
ByVal As C1TextLayout, _
ByVal As System.String _
)
'使用法
Dim instance As C1DXGraphics
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 clusterMap 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, clusterMap, foreColor, format, textLayout, text)
public override void DrawGlyphRun(
System.double ,
System.double ,
System.int ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr ,
System.Drawing.Color ,
IC1TextRangeBase ,
C1TextLayout ,
System.string
)
パラメータ
- baselineOriginX
- baselineOriginY
- glyphCount
- glyphIndices
- glyphAdvances
- glyphOffsets
- clusterMap
- foreColor
- format
- textLayout
- text
参照