ReadWriteBitmapDataExtensionsDrawTextOutline Method

Overload List

DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, SKFont, Single, Single, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Pen, String, SKFont, PointF, DrawingOptions, ParallelConfig) Draws the outline of a text with the specified Pen.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Color32, String, SKFont, PointF, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Pen, String, SKFont, PointF, DrawingOptions) Draws the outline of a text with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.

See Also