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, Single)

Creates a new instance of the PdfPoint class with the given x and y value.

Syntax
 public PdfPoint(
   float x,
   float y
);

Parameters

x
The x value.
y
The y value.
See Also