예제 #1
0
 public clsBrush(double InitialRadius, enumShape InitialShape)
 {
     _Radius = InitialRadius;
     _Shape = InitialShape;
     CreateTiles();
 }
예제 #2
0
 public clsBrush(double InitialRadius, enumShape InitialShape)
 {
     _Radius = InitialRadius;
     _Shape  = InitialShape;
     CreateTiles();
 }
예제 #3
0
 public clsBrush(double InitialRadius, enumShape InitialShape)
 {
     this._Radius = InitialRadius;
     this._Shape = InitialShape;
     this.CreateTiles();
 }