DrawVxsSnap() public static method

public static DrawVxsSnap ( Graphics g, VertexStoreSnap vxsSnap, Color c ) : void
g System.Drawing.Graphics
vxsSnap PixelFarm.Agg.VertexStoreSnap
c Color
return void
Esempio n. 1
0
 public override void Draw(VertexStore vxs)
 {
     VxsHelper.DrawVxsSnap(_gfx, new VertexStoreSnap(vxs), _strokeColor);
 }
Esempio n. 2
0
 public override void Fill(VertexStore vxs)
 {
     VxsHelper.DrawVxsSnap(_renderSurface.gx, new VertexStoreSnap(vxs), _strokeColor);
 }