Click or drag to resize

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
Syntax
public enum PatchEdge
Members
  Member nameValueDescription
New0 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.
Second1 Form a new patch connected to the second cubic bezier curve of the previous patch.
Third2 Form a new patch connected to the third cubic bezier curve of the previous patch.
Fourth3 Form a new patch connected to the fourth cubic bezier curve of the previous patch.
See Also