コード例 #1
0
 public static UIImage ToEmptyListImage(this AtlassianIcon @this)
 {
     return(@this.ToImage(64f, false));
 }
コード例 #2
0
 public static UIImage ToImage(this AtlassianIcon @this, bool cache = true)
 {
     return(@this.ToImage(22f, cache));
 }