Creates a new point with y-coordinate set to the specified value and x-coordinate equal to that of the current point.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public PointD withY ( |
The y-coordinate of the new point.
A PointD object.