A simple ISelectionInstaller implementation that draws an ellipse centered at a given point in world coordinate space.

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class PointSelectionPaintable : ISelectionInstaller, 
	IModelItemInstaller<Object>
Visual Basic
Public Class PointSelectionPaintable _
	Implements ISelectionInstaller, IModelItemInstaller(Of Object)

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing..::..PointSelectionPaintable

See Also