public clsBrush(double InitialRadius, enumShape InitialShape) { _Radius = InitialRadius; _Shape = InitialShape; CreateTiles(); }
public clsBrush(double InitialRadius, enumShape InitialShape) { this._Radius = InitialRadius; this._Shape = InitialShape; this.CreateTiles(); }