Beispiel #1
0
 public static LinearBrush GetLinearR()
 {
     if (Lbrush_R == null)
     {
         Lbrush_R = DX_Core.CreateLinearBrush(ldR);
     }
     return(Lbrush_R);
 }
Beispiel #2
0
 public static LinearBrush GetLinearB()
 {
     if (Lbrush_B == null)
     {
         Lbrush_B = DX_Core.CreateLinearBrush(ld2);
     }
     return(Lbrush_B);
 }
Beispiel #3
0
 public static LinearBrush GetLinearG()
 {
     if (Lbrush_G == null)
     {
         Lbrush_G = DX_Core.CreateLinearBrush(ldG);
     }
     return(Lbrush_G);
 }
Beispiel #4
0
 public static LinearBrush GetLinearA()
 {
     if (Lbrush_A == null)
     {
         Lbrush_A = DX_Core.CreateLinearBrush(ld1);
     }
     return(Lbrush_A);
 }