Helper class for GeneralPathMarkupExtension

Namespace: yWorks.Canvas.Drawing.Markup
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public sealed class CubicTo : IGeneralPathBuilderSupport
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public NotInheritable Class CubicTo _
	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..::..CubicTo

See Also