public class BezierPublic Class BezierNo code example is currently available or this language may not be supported.| Bezier | Initializes a new instance of the Bezier class |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetCubicBoundingBox | Return the bounding box area for the supplied cubic Bezier curve. |
| GetCubicCurvePoint | Return the natural point along a cubic Bezier curve as indicated by t. |
| GetCubicCurvePointsEquidistant | Return a collection of equidistantly spaced points along a cubic Bezier curve. |
| GetHashCode | (Inherited from Object) |
| GetLinearBoundingBox | Return the bounding box area for the supplied linear Bezier curve, aka a straight line. |
| GetLinearCurvePoint | Return the point along a linear Bezier curve, otherwise known as a straight line, as indicated by t. |
| GetLinearCurvePointsEquidistant | Return a collection of equidistantly spaced points along a linear Bezier curve, which is identical to the set of points along a natural linear curve. |
| GetQuadraticBoundingBox | Return the bounding box area for the supplied quadratic Bezier curve. |
| GetQuadraticCurvePoint | Return the point along a cubic Bezier curve as indicated by t. |
| GetQuadraticCurvePointsEquidistant | Return a collection of equidistantly spaced points along a quadratic Bezier curve. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |