New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the CartesianFreeFigureAnnotationDrawPart class.

C#
public CartesianFreeFigureAnnotationDrawPart(CartesianFreeFigureAnnotation element, CartesianRenderer renderer)
Parameters:elementCartesianFreeFigureAnnotation

The element.

rendererCartesianRenderer

The renderer.

Methods

Draws the free figure annotation.

C#
public override void Draw()

Overrides: DrawPart<CartesianFreeFigureAnnotation>.Draw()

C#
protected virtual GraphicsPath GetLinePaths(PointF[] points)
Parameters:pointsPointF[]Returns:

GraphicsPath

C#
protected virtual PointF[] GetPointsPositionsArray()
Returns:

PointF[]