Name | Description | |
---|---|---|
![]() | AddToPath | Appends the primitive to the specified graphics path |
![]() | ContainsOnOutline | Determines whether the outline of the primitive contains the specified point |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetOutlineLength | Gets the length of this cubic bezier curve |
![]() | GetXMinMax | Gets the Y min and max values |
![]() | GetYMinMax | Gets the Y min and max values |
![]() | PointFromTime | Returns a point of the curve from the specified time parameter in the [0;1] range |
![]() | Scale | Scales this bezier with the specified constant |
![]() | SplitAtTime | Splits a bezier curve at the specified time (in the [0:1] range) and returns the two resulting segments. |
![]() | SplitAtTimes | Splits a bezier curve at the specified times in the (0:1) range and returns the three resulting segments. Throws an exception if the time arguments are not in range, or t1 >= t2. |
![]() | Translate | Translates the primitive with the specified amounts |