Helper class for GeneralPathMarkupExtension

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class QuadTo : IGeneralPathBuilderSupport
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public NotInheritable Class QuadTo _
	Implements IGeneralPathBuilderSupport

Remarks

This class is not meant to be used from within code but supports the writing and parsing of XAML code only.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing.Markup..::..QuadTo

See Also