Exemplo n.º 1
0
 public PKSolidBrush(PKColor color, int size)
 {
     this.Color = color;
     this.Size  = size;
 }
Exemplo n.º 2
0
 public PKLinearGradientBrush(PKColor startColor, PKColor endColor, int size)
 {
     this.Color1 = startColor;
     this.Color2 = endColor;
     this.Size   = size;
 }
Exemplo n.º 3
0
 public PKPen(PKColor color, int size)
 {
     this.Color     = color;
     this.Size      = size;
     this.DashStyle = 0;
 }