Skip to main content
Skip table of contents

Double

Double Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.awt.geom.Point2D
  iTextSharp.awt.geom.Point2D.Double[[Double]]
  end
  subgraph iTextSharp.awt.geom
  iTextSharp.awt.geom.Point2D[[Point2D]]
  class iTextSharp.awt.geom.Point2D abstractStyle;
  end
iTextSharp.awt.geom.Point2D --> iTextSharp.awt.geom.Point2D.Double

Members

Methods

Public methods
ReturnsName
doubleGetX()
doubleGetY()
voidSetLocation(double x, double y)
stringToString()

Details

Inheritance

Constructors

Double [1/2]

Source code

public Double()
Double [2/2]

Source code

public Double(double x, double y)
Arguments
TypeNameDescription
doublex
doubley

Methods

GetX

Source code

public override double GetX()
GetY

Source code

public override double GetY()
SetLocation

Source code

public override void SetLocation(double x, double y)
Arguments
TypeNameDescription
doublex
doubley
ToString

Source code

public override string ToString()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.