Search
PaintEventArgs.paintVisualElement Method
See Also
 






Paints the specified visual element to the underlying canvas.

Namespace: MindFusion.Gauges
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function paintVisualElement (element, constraint)

 Parameters

element

VisualElement. The VisualElement to paint.

constraint

Size. The available size.

 See Also