Click or drag to resize

PdfPoint Structure

A representation of a point in PDF space.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public struct PdfPoint

The PdfPoint type exposes the following members.

Constructors
  NameDescription
Public methodPdfPoint(PdfPoint)
Initializes a new instance of the PdfPoint struct.
Public methodPdfPoint(Double, Double)
Initializes a new instance of the PdfPoint struct.
Top
Properties
  NameDescription
Public propertyStatic memberEmpty
Returns the empty PdfPoint (0,0).
Public propertyX
Gets the X component.
Public propertyY
Gets the Y component.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
See Also