Esempio n. 1
0
 public override void DrawWithContext(IContext context, double offsetX, double offsetY)
 {
     base.DrawWithContext(context, offsetX, offsetY);
     context.DrawPNGImage(Image, X + offsetX, Y + offsetY, Width, Height);
 }