ICanvasTextInlineObjectDraw Method |
Namespace: Microsoft.Graphics.Canvas.Text
void Draw( ICanvasTextRenderer textRenderer, Vector2 point, bool isSideways, bool isRightToLeft, Object brush )
The ICanvasTextRenderer object is only passed through as non-null if the app is using a custom renderer. In this case, it is recommended that the app's implementation of Draw avoids calling DrawInlineObject, if it will lead to recursion.
An inline object's Draw method may be called whenever a text layout containing that inline object: