BitmapDataExtensionsDrawPath Method

Overload List

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

See Also