Search
LinkLabel.draw Method
See Also
 






Draws this label on the specified Canvas surface.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void draw (
    Canvas graphics
)

 Parameters

graphics

A Canvas instance.

 See Also