System.Html.DOMPoint.DOMPoint C# (CSharp) Method

DOMPoint() public method

public DOMPoint ( double x, double y ) : System.Runtime.CompilerServices
x double
y double
return System.Runtime.CompilerServices
        public DOMPoint(double x, double y)
        {
        }

Same methods

DOMPoint::DOMPoint ( ) : System.Runtime.CompilerServices
DOMPoint::DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices
DOMPoint::DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices
DOMPoint::DOMPoint ( double x, double y, double z, double w ) : System.Runtime.CompilerServices
DOMPoint