コード例 #1
0
 public IColor Darker(float fraction)
 {
     return(new ColorHandler(UIHelper.Darker(this.Handle, fraction)));
 }