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
Beispiel #1
0
 public override void Draw(VertexStore vxs)
 {
     VxsHelper.DrawVxsSnap(_gfx, new VertexStoreSnap(vxs), _strokeColor);
 }
Beispiel #2
0
 public override void Fill(VertexStore vxs)
 {
     VxsHelper.DrawVxsSnap(_renderSurface.gx, new VertexStoreSnap(vxs), _strokeColor);
 }