How to make sizable/rotatable ellipse in WPF

JeffinAtl 161 Reputation points
2021-08-20T19:01:01.807+00:00

I need to make sizable/rotatable ellipse on the Canvas in WPF.
If click the ellipse, the handle should be appeared and use it to resize/rotate and move125143-ellipse.png.
How to do this with a separate class?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,650 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 83,206 Reputation points
    2021-08-22T14:57:16.27+00:00

    You can see this article : WPF Diagram Designer: Part 1,
    mainly the MoveResizeRotateWithAdorners sample
    It is old but it still works fine on my OS (Windows 10, 1909)

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful