예제 #1
0
 public string AsString()
 {
     return($"{_shape.AsString()} Has Transparency {_transparency % 100.0}%");
 }
예제 #2
0
 public string AsString() => $"{shape.AsString()} has the color of {color}";
예제 #3
0
 public string AsString() => $"A shape {shape.AsString()} has the color {color}";
예제 #4
0
 public override string AsString()
 {
     return($"{shape.AsString()} has the color {color}");
 }
예제 #5
0
 public string AsString()
 {
     return($"{_shape.AsString()} with color {_color}");
 }
예제 #6
0
 public string AsString()
 {
     return($"{shape.AsString()} has {texture} texture");
 }
예제 #7
0
 public string AsString()
 {
     return($"{shape.AsString()} has {transparency}% transparency");
 }
예제 #8
0
 public string AsString()
 {
     return($"{shape.AsString()} has the  {transparency * 100.0} transparency");
 }
예제 #9
0
 public string AsString()
 {
     return($"{Shape.AsString()} with transparency {Transparency}%");
 }
예제 #10
0
 public string AsString()
 {
     return($"{_shape.AsString()}的颜色是{_color}");
 }
예제 #11
0
 public string AsString() => $"{_shape.AsString()} has transparency {_alpha}";
예제 #12
0
 public string AsString() => $"{_shape.AsString()} with transparency {_transparency * 100.0f}%";
예제 #13
0
 public string AsString() => $"{_shape.AsString()} with color {_color}";
예제 #14
0
 public string AsString() => $"{m_iShape.AsString()} has the color {m_color}";
예제 #15
0
 public string AsString() => $"{_shape.AsString()} has a color : {_color}";
예제 #16
0
 public string AsString()
 {
     return($"{shape.AsString()} has the transparency {transparency}");
 }
예제 #17
0
 public string AsString()
 {
     return($"{_shape.AsString()} , With {_transparency}% Transparency");
 }
예제 #18
0
 public string AsString() => $"{_shape.AsString()} has the color {_color}";
예제 #19
0
 public string AsString()
 {
     return($"{shape.AsString()} has the {color} color");
 }
예제 #20
0
 public string AsString()
 {
     return($"{m_iShape.AsString()} has {m_transparency * 100.0}% transparency");
 }
 public string AsString()
 {
     return($"{_shape.AsString()} has {_transparency * 100} % trancparency ");
 }
예제 #22
0
 public string AsString()
 {
     return($"{Shape.AsString()} of colour {Colour}");
 }
예제 #23
0
 public override string AsString()
 {
     return($"{shape.AsString()} has {transparency * 100.00}% transparency");
 }
 public string AsString() => $"{shape.AsString()} has color {color}";
예제 #25
0
 public string AsString()
 {
     return($"{_shape.AsString()} with {_transparency * 100.0}% transparency");
 }
 public string AsString() => $"{shape.AsString()} transparency {transparency * 100}%";
예제 #27
0
 public string AsString() => $"{shape.AsString()} has the transparency of {transparency * 100}";
예제 #28
0
 public string AsString() => $"{shape.AsString()} has the transparency: {transparency * 100.0f}%";
예제 #29
0
 public string AsString() => $"{shape.AsString()} has {transparency * 100.0}% transparency";
예제 #30
0
 public string AsString()
 {
     return($"{_shape.AsString()} Has the color {_color}");
 }