Scroolbox and buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70857
    Mauro
    Participant

      I have fixed with i thik isn’t the right way:

      if ((DstPoint.X) < 0) then exit;
      if ((MskPoint.X) < 0) then exit;
      if ((CI.X + SrcPoint.X) < 0) then exit;

      for Y := 0 to h do begin
      M := Pointer(PAnsiChar(M0) + DeltaM * (MskPoint.Y + Y));
      D := Pointer(PAnsiChar(D0) + DeltaD * (DstPoint.Y + Y));
      S := Pointer(PAnsiChar(S0) + DeltaS * (SrcPoint.Y + CI.Y + Y));

      • This reply was modified 3 years, 10 months ago by Mauro.
      • This reply was modified 3 years, 10 months ago by Mauro.
      #70962
      Support
      Keymaster

        Hello and sorry for a long time without answer.
        Thank you for your investigation.

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