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