C# Class System.Html.DOMPoint

Inheritance: DOMPointReadOnly
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

DOMPoint() public méthode

public DOMPoint ( ) : System.Runtime.CompilerServices
Résultat System.Runtime.CompilerServices

DOMPoint() public méthode

public DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices
point DOMPointInit
Résultat System.Runtime.CompilerServices

DOMPoint() public méthode

public DOMPoint ( double x, double y ) : System.Runtime.CompilerServices
x double
y double
Résultat System.Runtime.CompilerServices

DOMPoint() public méthode

public DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices
x double
y double
z double
Résultat System.Runtime.CompilerServices

DOMPoint() public méthode

public DOMPoint ( double x, double y, double z, double w ) : System.Runtime.CompilerServices
x double
y double
z double
w double
Résultat System.Runtime.CompilerServices