Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
PdfPoint Constructor (Single[])

Creates a new instance of the PdfPoint class with the provided values.

Syntax
 public PdfPoint(
   float[] values
);

Parameters

values
A two elements array that contains the x and y value.
See Also