PathSegment Class
Represents a path segment in a
Figure. This is an abstract class that cannot be inherited outside the declaring assembly,
so its actual type is always one of the derived types:
LineSegment,
BezierSegment or
ArcSegment.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public abstract class PathSegment
Public MustInherit Class PathSegment
public ref class PathSegment abstract
[<AbstractClassAttribute>]
type PathSegment = class end
- Inheritance
- Object PathSegment
- Derived
| EndPoint |
Gets the end point of this PathSegment.
|
| StartPoint |
Gets the start point of this PathSegment.
|