ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / DrawGlyphRun Method / DrawGlyphRun(Point2F,IntPtr,Brush,MeasuringMode) Method

In This Topic
    DrawGlyphRun(Point2F,IntPtr,Brush,MeasuringMode) Method
    In This Topic
    void ID2D1RenderTarget::DrawGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] ID2D1Brush* foregroundBrush,[In] DWRITE_MEASURING_MODE measuringMode)
    Syntax
    'Declaration
     
    Public Overloads Sub DrawGlyphRun( _
       ByVal baselineOrigin As Point2F, _
       ByVal glyphRun As System.IntPtr, _
       ByVal foregroundBrush As Brush, _
       ByVal measuringMode As MeasuringMode _
    ) 
    public void DrawGlyphRun( 
       Point2F baselineOrigin,
       System.IntPtr glyphRun,
       Brush foregroundBrush,
       MeasuringMode measuringMode
    )

    Parameters

    baselineOrigin
    glyphRun
    foregroundBrush
    measuringMode
    See Also