[]
Paints a UIElement inside the appropriate C1RichTextPresenter.
public void Paint(double left, double top, bool clip, FrameworkElement element)
Type | Name | Description |
---|---|---|
double | left | The left coordinate, in document coordinates. |
double | top | The top coordinate, in document coordinates. |
bool | clip | A Boolean indicating whether the UIElement should be clipped to the C1RichTextPresenter boundaries. |
FrameworkElement | element | The UIElement to paint. |