ReadWriteBitmapDataExtensionsDrawTextOutline Method

Overload List

DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, PointF, StringFormat, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, RectangleF, StringFormat, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, PointF, StringFormat, DrawingOptions, ParallelConfig) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, RectangleF, StringFormat, DrawingOptions, ParallelConfig) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, Single, Single, StringFormat, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.
DrawTextOutline(IReadWriteBitmapData, Pen, String, Font, PointF, StringFormat, DrawingOptions, ParallelConfig) Draws the outline of a text with the specified Pen.
DrawTextOutline(IReadWriteBitmapData, Pen, String, Font, RectangleF, StringFormat, DrawingOptions, ParallelConfig) Draws the outline of a text with the specified Pen.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Color32, String, Font, PointF, StringFormat, 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, Color32, String, Font, RectangleF, StringFormat, 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, Font, PointF, StringFormat, DrawingOptions) Draws the outline of a text with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Pen, String, Font, RectangleF, StringFormat, DrawingOptions) Draws the outline of a text with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawTextOutline(IReadWriteBitmapData, Color32, String, Font, Single, Single, Single, Single, StringFormat, DrawingOptions) Draws the one-pixel wide outline of a text with the specified color.

See Also