DrawVxsSnap() public static méthode

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