Click or drag to resize

PdfFuncStitching Class

Represent a stitching function.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFunction
    Patagames.Pdf.NetPdfFuncStitching

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class PdfFuncStitching : PdfFunction

The PdfFuncStitching type exposes the following members.

Constructors
 NameDescription
Public methodPdfFuncStitching Create a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.
Top
Properties
 NameDescription
Public propertyBounds Gets a bounds array.
Public propertyDictionary Gets the dictionary of the function.
Public propertyEncode Gets an encode array.
Public propertyFunctions Gets a functions array.
Top
See Also