Class QuadraticBezierSegment
Inheritance
System.Object
QuadraticBezierSegment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class QuadraticBezierSegment : Segment
Constructors
QuadraticBezierSegment(VectorF, VectorF, VectorF)
Declaration
public QuadraticBezierSegment(VectorF start, VectorF control, VectorF end)
Parameters
Properties
Control
Declaration
public VectorF Control { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetPositionAt(Single)
Declaration
public override VectorF GetPositionAt(float t)
Parameters
| Type |
Name |
Description |
| System.Single |
t |
|
Returns
Overrides
GetTangentAt(Single)
Declaration
protected override float GetTangentAt(float t)
Parameters
| Type |
Name |
Description |
| System.Single |
t |
|
Returns
| Type |
Description |
| System.Single |
|
Overrides