SvgGraphicsDrawPath Method
Draws a PathStep array.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public RectangleF DrawPath(
ColorPen pen,
PathStep[] steps,
bool closed
)
Public Function DrawPath (
pen As ColorPen,
steps As PathStep(),
closed As Boolean
) As RectangleF
public:
virtual RectangleF DrawPath(
ColorPen^ pen,
array<PathStep^>^ steps,
bool closed
) sealed
abstract DrawPath :
pen : ColorPen *
steps : PathStep[] *
closed : bool -> RectangleF
override DrawPath :
pen : ColorPen *
steps : PathStep[] *
closed : bool -> RectangleF
- pen ColorPen
- ColorPen that determines the color and width of the curve.
- steps PathStep
- Array of PathStep to draw.
- closed Boolean
- Close the current contour. If the current point is not equal to the first point of the contour, a line segment is automatically added.
RectangleF
Returns the bounds of the control points of the path.
IGraphicsDrawPath(ColorPen, PathStep, Boolean)