コード例 #1
0
ファイル: ImageProxy.cs プロジェクト: annafeldman/agg-sharp
 public virtual void BlendPixel(int x, int y, RGBA_Bytes sourceColor, byte cover)
 {
     linkedImage.BlendPixel(x, y, sourceColor, cover);
 }