Click or drag to resize
CanvasDrawingSessionDrawTextLayout Method
Overload List
  NameDescription
Public methodDrawTextLayout(CanvasTextLayout, Vector2, ICanvasBrush)
Draws a text layout, using a brush to define the color.
Public methodDrawTextLayout(CanvasTextLayout, Vector2, Color)
Draws a text layout with the specified color.
Public methodDrawTextLayout(CanvasTextLayout, Single, Single, ICanvasBrush)
Draws a text layout, using a brush to define the color.
Public methodDrawTextLayout(CanvasTextLayout, Single, Single, Color)
Draws a text layout with the specified color.
Top
See Also