'Declaration Protected Overridable Sub DrawLineCap( _
ByVal lineCapThe line cap.As DrawingLineCap, _
ByVal penThe pen that determines the color, width, and style of the lines.As IDrawingPen, _
ByVal p0The point that defines direction of the line cap.As System.Drawing.PointF, _
ByVal locationThe System.Drawing.PointF structure that specifies the location of the line cap.As System.Drawing.PointF _
)
protected virtual void DrawLineCap(
DrawingLineCap lineCap,
IDrawingPen pen,
System.Drawing.PointF p0,
System.Drawing.PointF location
)
protected: virtual void DrawLineCap(
DrawingLineCap* lineCap,
IDrawingPen* pen,
System.Drawing.PointF p0,
System.Drawing.PointF location
)
protected:
virtual void DrawLineCap(
DrawingLineCap^ lineCap,
IDrawingPen^ pen,
System.Drawing.PointF p0,
System.Drawing.PointF location
)
Parameters
- lineCap
- The line cap.
- pen
- The pen that determines the color, width, and style of the lines.
- p0
- The point that defines direction of the line cap.
- location
- The System.Drawing.PointF structure that specifies the location of the line cap.