コード例 #1
0
 public virtual void CopyVL(int x, int y, int len, ColorRGBA sourceColor)
 {
     linkedImage.CopyVL(x, y, len, sourceColor);
 }