'Declaration
Public Sub PaintInline( _ ByVal line As C1Line, _ ByVal left As Double, _ ByVal top As Double, _ ByVal layer As C1PaintLayer, _ ByVal element As FrameworkElement _ )
public void PaintInline( C1Line line, double left, double top, C1PaintLayer layer, FrameworkElement element )
Parameters
- line
- The line to paint inside of.
- left
- The left coordinate, in line coordinates.
- top
- The top coordinate, in line coordinates.
- layer
- The C1PaintLayer where to paint.
- element
- The System.Windows.UIElement to paint.