ImageMagick.PathLineToVerticalRel.PathLineToVerticalRel C# (CSharp) Method

PathLineToVerticalRel() public method

Initializes a new instance of the PathLineToVerticalRel class.
public PathLineToVerticalRel ( double y )
y double The Y coordinate.
    public PathLineToVerticalRel(double y)
    {
      Y = y;
    }
PathLineToVerticalRel