Menu

#6 Image component

Next_Release
closed
5
2014-10-16
2011-02-22
Anonymous
No

like

image1.Canvas.Brush.Color:=clwhite;
image1.Canvas.Rectangle(1,1,image1.width-1,image1.height-1);
image1.canvas.pen.Color:=clblack;
image1.circle (xxxxxx,yyyy)
image1.line

Discussion

  • Graeme Geldenhuys

    You can use the TAgg2D class and TAgg2D.Attach() to attach it to a TfpgImage instance. Any drawing routines of TAgg2D will then draw to the Image.

     
  • Graeme Geldenhuys

    • status: open --> closed
    • assigned_to: Graeme Geldenhuys
    • Group: --> Next_Release_(example)
     

Log in to post a comment.