Click or drag to resize

Point Class

A class that represents a point.
Returns the point within the document geometry that is closest to the specified point. Both points are in screen space (pixel coordinates relative to the visible area).
Inheritance Hierarchy
SystemObject
  pdftron.PDFPoint

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class Point : IClosable

Return Value

Type: 
The snapped coordinate in screen space.

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Instantiates a new point.
Public methodPoint(Double, Double)
Instantiates a new point.
Top
Properties
  NameDescription
Public propertyx
Gets or sets the X coordinate.
Public propertyy
Gets or sets the Y coordinate.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also