ImageMagick.PathMoveToAbs.PathMoveToAbs C# (CSharp) Method

PathMoveToAbs() public method

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

Same methods

PathMoveToAbs::PathMoveToAbs ( double x, double y )