[This is preliminary documentation and is subject to change.]
The BezierPrimitive type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | BezierPrimitive | Initializes a new instance of the BezierPrimitive class |
![]() | BezierPrimitive(Single, Single, Single, Single, Single, Single) | Initializes a new instance of the BezierPrimitive class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToPdfString |
Returns PDF string representation on the line primitive
(Overrides PathPrimitive ToPdfString .) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | EndX |
X coordinate of Bezier's curve last point
|
![]() | EndY |
Y coordinate of Bezier's curve last point
|
![]() | FirstControlX |
X coordinate of Bezier's curve first control point
|
![]() | FirstControlY |
Y coordinate of Bezier's curve first control point
|
![]() | SecondControlX |
X coordinate of Bezier's curve second control point
|
![]() | SecondControlY |
Y coordinate of Bezier's curve second control point
|
See Also