Coordinate System in C# -
i'm trying make coordinate system features in c#. never worked c# think should similar other languages.
i'm not sure element suitable (panel,picturebox,....).
the requirements are:
- i want zoom in , out
- move left/right/down/up there
- i values microcontroller , want paint them in real time
i'm using visual studio 2012. dont want use other dll/libraries or programms other people.
thx
ps:maybe simple tutorial great.
i did same thing using simple canvas
in wpf. suggest change platform wpf. zoom in/out behavior can done using scaletransform
, move left/right/... can done using translatetransform. no need library, can use geometric types int wpf such path
. , set rendertransform
property of every path these transform functions.
Comments
Post a Comment