ClassPaintSparkStrokeEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PaintSparkStrokeEventArgs : PaintSparkPartEventArgs
Inheritance: objectEventArgsCancelEventArgsPaintSparkPartEventArgsPaintSparkStrokeEventArgs
Inherited Members
Constructors
PaintSparkStrokeEventArgs(Pen, Graphics, GraphicsPath, object)
Initializes a new instance of the PaintSparkStrokeEventArgs class.
Declaration
cs-api-definition
public PaintSparkStrokeEventArgs(Pen strokePen, Graphics graphics, GraphicsPath path, object context)
Parameters
strokePen
The Pen object used to paint the line.
graphics
The Graphics object used to do the actual painting.
path
The GraphicsPath object forming a region of points which will be filled with color.
context
The context in which the painting will occur. The context can be the actual series, the annotations or the data points.