Models a path that consists of lines and bezier curves.
Namespace: yWorks.Canvas.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class GeneralPath : ICloneable, IEquatable<GeneralPath> |
| Visual Basic |
|---|
Public Class GeneralPath _ Implements ICloneable, IEquatable(Of GeneralPath) |
Remarks
This class uses double precision coordinates to model a virtual pen that
can be moved across the world coordinate system and which can be used
to draw lines and bezier curves.
This class provides many geometric utility methods, such as calculating
the bounds, hit tests, containment tests, curve flattening, path transformation,
path modification, and path iteration.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Drawing..::..GeneralPath
yWorks.Canvas.Drawing..::..GeneralPath