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

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.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