A Control representing a SnapResult.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class SnapLineTemplatePaintable : TemplatePaintable
Visual Basic
Public MustInherit Class SnapLineTemplatePaintable _
	Inherits TemplatePaintable

Remarks

The SnapResult to visualize and the current render context have to be passed to the UpdateValues(IRenderContext, SnapResult) method so that any custom properties can be initialized. Some subclasses may have additional information stored as
CopyC#
Content
that can be used for the visualization.

Inheritance Hierarchy

See Also