 | PatchEdge Enumeration |
Represents the patch edge flag.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration PatchEdge
public enum class PatchEdge
Patagames.Pdf.Enums.PatchEdge = function();
Patagames.Pdf.Enums.PatchEdge.createEnum('Patagames.Pdf.Enums.PatchEdge', false);
Members
| Member name | Value | Description |
---|
| New | 0 |
Begins a new patch, unconnected to any other.This must be followed by 12 pairs of coordinates, x1 y1 x2 y2 … x12 y12, which specify the Bézier control points that define the four boundary curves.
|
| Second | 1 |
Form a new patch connected to the second cubic bezier curve of the previous patch.
|
| Third | 2 |
Form a new patch connected to the third cubic bezier curve of the previous patch.
|
| Fourth | 3 |
Form a new patch connected to the fourth cubic bezier curve of the previous patch.
|
See Also