コード例 #1
0
 public static Fill Fill(this Fills fills, uint fillIndex)
 {
     return(fills.Fill((int)fillIndex));
 }