public CSSPerspective(CSSNumericValue length)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Exemple #2
0
 public CSSMathInvert(CSSNumericValue value)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Exemple #3
0
		public CSSSkewY(CSSNumericValue ay)
			: this(window.Instance.coreWebView, System.Guid.NewGuid().ToString()) =>
 public CSSPositionValue(CSSNumericValue x, CSSNumericValue y)
     : this(window.Instance.coreWebView, System.Guid.NewGuid().ToString()) =>
Exemple #5
0
 public CSSScale(CSSNumericValue x, CSSNumericValue y, CSSNumericValue z)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
 public CSSMathNegate(CSSNumericValue value)
     : this(window.Instance.coreWebView, System.Guid.NewGuid().ToString()) =>
Exemple #7
0
 public CSSRotate(CSSNumericValue x, CSSNumericValue y, CSSNumericValue z, CSSNumericValue angle)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Exemple #8
0
 public CSSRotate(CSSNumericValue angleValue)
     : this(window.Instance.coreWebView, System.Guid.NewGuid().ToString()) =>
Exemple #9
0
 public CSSTranslate(CSSNumericValue x, CSSNumericValue y)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Exemple #10
0
 public CSSSkewX(CSSNumericValue ax)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>