Skip to main content
Skip table of contents

Float

Float 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.Float[[Float]]
  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.Float

Members

Methods

Public methods
ReturnsName
doubleGetX()
doubleGetY()
voidSetLocation(...)
stringToString()

Details

Inheritance

Constructors

Float [1/2]
Source code
public Float()
Float [2/2]
Source code
public Float(float x, float y)
Arguments
TypeNameDescription
floatx
floaty

Methods

GetX
Source code
public override double GetX()
GetY
Source code
public override double GetY()
SetLocation [1/2]
Source code
public virtual void SetLocation(float x, float y)
Arguments
TypeNameDescription
floatx
floaty
SetLocation [2/2]
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.