Beispiel #1
0
 public CSSPerspective(CSSNumericValue length)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Beispiel #2
0
 public CSSMathInvert(CSSNumericValue value)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Beispiel #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()) =>
Beispiel #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()) =>
Beispiel #7
0
 public CSSRotate(CSSNumericValue x, CSSNumericValue y, CSSNumericValue z, CSSNumericValue angle)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Beispiel #8
0
 public CSSRotate(CSSNumericValue angleValue)
     : this(window.Instance.coreWebView, System.Guid.NewGuid().ToString()) =>
Beispiel #9
0
 public CSSTranslate(CSSNumericValue x, CSSNumericValue y)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>
Beispiel #10
0
 public CSSSkewX(CSSNumericValue ax)
     : this(window.Instance.coreWebView, Guid.NewGuid().ToString()) =>