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
Details
Inheritance
Constructors
Float [1/2]
Source code
public Float()
Float [2/2]
Source code
public Float(float x, float y)
Arguments
Type | Name | Description |
---|
float | x | |
float | y | |
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
Type | Name | Description |
---|
float | x | |
float | y | |
SetLocation [2/2]
Source code
public override void SetLocation(double x, double y)
Arguments
Type | Name | Description |
---|
double | x | |
double | y | |
ToString
Source code
public override string ToString()
Generated with ModularDoc