ReadWriteBitmapDataExtensionsBeginDrawTextOutline Method

Overload List

BeginDrawTextOutline(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, AsyncConfig) Begins to draw the one-pixel wide outline of a text represented by a FormattedText instance with the specified color.
BeginDrawTextOutline(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, AsyncConfig) Begins to draw the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color.
BeginDrawTextOutline(IReadWriteBitmapData, Pen, FormattedText, PointF, DrawingOptions, AsyncConfig) Begins to draw the outline of a text represented by a FormattedText instance with the specified Pen.
BeginDrawTextOutline(IReadWriteBitmapData, Pen, GlyphRun, PointF, DrawingOptions, AsyncConfig) Begins to draw the outline of a text represented by a GlyphRun instance with the specified Pen..

See Also