Beispiel #1
0
 public QBrush(QGradient gradient)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QBrush#", "QBrush(const QGradient&)", typeof(void), typeof(QGradient), gradient);
 }
Beispiel #2
0
 public QBrush(QGradient gradient) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QBrush#", "QBrush(const QGradient&)", typeof(void), typeof(QGradient), gradient);
 }
Beispiel #3
0
 public void SetInterpolationMode(QGradient.InterpolationMode mode)
 {
     interceptor.Invoke("setInterpolationMode$", "setInterpolationMode(QGradient::InterpolationMode)", typeof(void), typeof(QGradient.InterpolationMode), mode);
 }
Beispiel #4
0
 public void SetSpread(QGradient.Spread spread)
 {
     interceptor.Invoke("setSpread$", "setSpread(QGradient::Spread)", typeof(void), typeof(QGradient.Spread), spread);
 }
Beispiel #5
0
 public void SetCoordinateMode(QGradient.CoordinateMode mode)
 {
     interceptor.Invoke("setCoordinateMode$", "setCoordinateMode(QGradient::CoordinateMode)", typeof(void), typeof(QGradient.CoordinateMode), mode);
 }