The FreeHandBezierSegment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FreeHandBezierSegment()()()() |
Create a new FreeHandBezierSegment.
| |
| FreeHandBezierSegment(Double, Double, Double, Double, Double, Double) |
Creates a new BezierShape given a start control point, end control point and an end point
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a FreeHandSegment.
(Inherited from FreeHandSegment.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| X1 |
Horizontal position of the start control point.
| |
| X2 |
Horizontal position of the end control point.
| |
| X3 |
Horizontal position of the end point.
| |
| Y1 |
Vertical position of the start control point.
| |
| Y2 |
Vertical position of the end control point.
| |
| Y3 |
Vertical position of the end point.
|