Drawing on TsImage canvas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37709
    maz_polo
    Participant

    Hi,

    Image.Canvas.Brush.Color := clRed;

    Image.Canvas.Brush.Style := bsDiagCross;

    Image.Canvas.Ellipse(0, 0, Image.Width, Image.Height);

    This code is a classic, but it does not work on the canvas of a TsImage.

    Any hints?

    #57494
    Support
    Keymaster

    Hello

    I think, this code will work in the nearest release, please wait.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.