PointFloat Constructor
Constructs a point with the given coordinates
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PointFloat(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
Parameters
- x Single
- The X coordinate
- y Single
- The Y coordinate