'Declaration 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
HResult DrawInlineObject( System.object clientDrawingContext, System.float originX, System.float originY, InlineObject inlineObject, System.bool isSideways, System.bool isRightToLeft, System.IntPtr clientDrawingEffectPtr )
Parameters
- clientDrawingContext
- The application-defined drawing context passed to IDWriteTextLayout::Draw.
- originX
- X-coordinate at the top-left corner of the inline object.
- originY
- Y-coordinate at the top-left corner of the inline object.
- inlineObject
- The application-defined inline object set using IDWriteTextFormat::SetInlineObject.
- isSideways
- A Boolean flag that indicates whether the object's baseline runs alongside the baseline axis of the line.
- isRightToLeft
- A Boolean flag that indicates whether the object is in a right-to-left context, hinting that the drawing may want to mirror the normal image.
- clientDrawingEffectPtr
- Application-defined drawing effects for the glyphs to render. Usually this argument represents effects such as the foreground brush filling the interior of a line.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.