Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to twist a image in the code behind C#

RotateTransform rt = new RotateTransform();
rt.Angle = 30;
myImage.RenderTransform = rt;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #twist #image #code
ADD COMMENT
Topic
Name
2+5 =