Click or drag to resize

mxICanvas Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the requirements for a canvas that paints the vertices and edges of a graph.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public interface mxICanvas
Request Example View Source

The mxICanvas type exposes the following members.

Properties
  NameDescription
Public propertyScale
Sets or returns the user object of the cell.
Public propertyTranslate
Sets or returns the user object of the cell.
Top
Methods
  NameDescription
Public methodDrawCell
Draws the given cell.
Public methodDrawLabel
Draws the given label.
Top
See Also