[]
public void PaintInline(C1Line line, double left, double top, C1PaintLayer layer, FrameworkElement element)
| Type | Name | Description |
|---|---|---|
| C1Line | line | The line to paint inside of. |
| double | left | The left coordinate, in line coordinates. |
| double | top | The top coordinate, in line coordinates. |
| C1PaintLayer | layer | The C1PaintLayer where to paint. |
| FrameworkElement | element | The UIElement to paint. |