ImageMagick.PathMoveToRel.PathMoveToRel C# (CSharp) Method

PathMoveToRel() public method

Initializes a new instance of the PathMoveToRel class.
public PathMoveToRel ( PointD coordinate )
coordinate PointD The coordinate to use.
    public PathMoveToRel(PointD coordinate)
    {
      _Coordinate = coordinate;
    }

Same methods

PathMoveToRel::PathMoveToRel ( double x, double y )