Jump to content

Canvas - Scale / Zoom


andyhill

Recommended Posts

I am using UniCanvas (cArea) and want to zoom / scale display (experimental code below does nothing), please advise how - Thanks in advance.

    case ScaleMode of
      0: begin
           cArea.BeginUpdate;
           cArea.ScaleBy(1, 1);
           cArea.EndUpdate;
         end;
      1: begin
           cArea.BeginUpdate;
           cArea.ScaleBy(10, 10);
           cArea.EndUpdate;
         end;
    end;
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...