Helper class for GeneralPathMarkupExtension

Namespace: yWorks.Canvas.Drawing.Markup
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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