Method DrawVertLine
DrawVertLine(SKCanvas, SKPaint, SKPoint, float, float)
Draws a vertical line on the specified canvas.
public static void DrawVertLine(SKCanvas dc, SKPaint brush, SKPoint point, float length, float width)
Parameters
dcSKCanvasThe SKCanvas on which the vertical line will be drawn.
brushSKPaintThe SKPaint used to define the color, style, and other properties of the line.
pointSKPointThe starting point of the vertical line, representing the top-left corner of the line's bounding rectangle.
lengthfloatThe length of the vertical line, measured in the coordinate space of the canvas.
widthfloatThe width of the vertical line, measured in the coordinate space of the canvas.