コード例 #1
0
 public static IColor PickBkColor(int x, int y)
 {
     return(ColorFactory.FromArgb(BearLibTerminalIntegration.PickBkColor(x, y)));
 }