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