ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRenderer1Base Class / DrawInlineObject Method / DrawInlineObject(Object,Single,Single,InlineObject,Boolean,Boolean,IntPtr) Method

In This Topic
    DrawInlineObject(Object,Single,Single,InlineObject,Boolean,Boolean,IntPtr) Method
    In This Topic
    IDWriteTextLayout::Draw calls this application callback when it needs to draw an inline object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function DrawInlineObject( _
       ByVal clientDrawingContext As System.Object, _
       ByVal originX As System.Single, _
       ByVal originY As System.Single, _
       ByVal inlineObject As InlineObject, _
       ByVal isSideways As System.Boolean, _
       ByVal isRightToLeft As System.Boolean, _
       ByVal clientDrawingEffectPtr As System.IntPtr _
    ) As HResult
    public override HResult DrawInlineObject( 
       System.object clientDrawingContext,
       System.float originX,
       System.float originY,
       InlineObject inlineObject,
       System.bool isSideways,
       System.bool isRightToLeft,
       System.IntPtr clientDrawingEffectPtr
    )

    Parameters

    clientDrawingContext
    originX
    originY
    inlineObject
    isSideways
    isRightToLeft
    clientDrawingEffectPtr
    See Also