The RotateTransition class gives you precise control over Rotational transitions.
public class RotateTransition : TransitionBase, System.Windows.Media.Animation.IAnimatablePublic Class RotateTransitionInherits TransitionBaseImplements System.Windows.Media.Animation.IAnimatable
public ref class RotateTransition : public TransitionBase, System.Windows.Media.Animation.IAnimatableThis example will create a RotateTransition and apply it to a Leadtools.Windows.Controls.ImageViewer control.
Imports Leadtools.Windows.Media.TransitionsImports LeadtoolsWpfTransitionsExamples.Leadtools.HelpImports Leadtools.Windows.ControlsPublic Sub RotateTransition_RotateTransition(ByVal viewer As ImageViewer)Dim rotateTransition As RotateTransition = New RotateTransition()rotateTransition.TransitionType = RotateTransitionType.LeftToRightrotateTransition.AutoReverse = TruerotateTransition.Fill = New ImageBrush(New BitmapImage(New Uri(System.IO.Path.Combine(LEAD_VARS.ImagesDir, "sample3.cmp"))))rotateTransition.Duration = New Duration(TimeSpan.FromSeconds(1))rotateTransition.FillBehavior = System.Windows.Media.Animation.FillBehavior.HoldEndrotateTransition.Grain = 10viewer.Transition = rotateTransition' Begin the transitionrotateTransition.Begin()End SubPublic NotInheritable Class LEAD_VARSPublic Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"End Class
using Leadtools.Windows.Media.Transitions;using Leadtools.Windows.Controls;using Leadtools.Help;public void RotateTransition_RotateTransition(ImageViewer viewer){RotateTransition rotateTransition = new RotateTransition();rotateTransition.TransitionType = RotateTransitionType.LeftToRight;rotateTransition.AutoReverse = true;rotateTransition.Fill = new ImageBrush(new BitmapImage(new Uri(System.IO.Path.Combine(LEAD_VARS.ImagesDir, "sample3.cmp"))));rotateTransition.Duration = new Duration(TimeSpan.FromSeconds(1));rotateTransition.FillBehavior = System.Windows.Media.Animation.FillBehavior.HoldEnd;rotateTransition.Grain = 10;viewer.Transition = rotateTransition;// Begin the transitionrotateTransition.Begin();}static class LEAD_VARS{public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";}
<Window x:Class="WPFSamples.Rotate Transition"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:Leadtools_Windows_Controls="clr-namespace:Leadtools.Windows.Controls;assembly=Leadtools.Windows.Controls"xmlns:Leadtools_Windows_Media_Transitions="clr-namespace:Leadtools.Windows.Media.Transitions;assembly=Leadtools.Windows.Media.Transitions"Title="ImagePanViewer" Height="600" Width="800"><StackPanel><Leadtools_Windows_Controls:BitmapSourceViewer Name="viewer" Source="file:///c:\users\Public\Documents\LEADTOOLS Images\slave.jpg"SizeMode="Fit" Width="NaN" Height="NaN"><Leadtools_Windows_Controls:BitmapSourceViewer.Transition><Leadtools_Windows_Media_Transitions:RotateTransition TransitionType="LeftToRight" AutoReverse="True" Grain="25"FillBehavior="HoldEnd" Duration="0:0:1"><Leadtools_Windows_Media_Transitions:RotateTransition.Fill><ImageBrush ImageSource="file:///c:\users\Public\Documents\LEADTOOLS Images\Image1.cmp"></ImageBrush></Leadtools_Windows_Media_Transitions:RotateTransition.Fill></Leadtools_Windows_Media_Transitions:RotateTransition></Leadtools_Windows_Controls:BitmapSourceViewer.Transition></Leadtools_Windows_Controls:BitmapSourceViewer><x:Code>void button_Click1(object sender, RoutedEventArgs e){viewer.Transition.Begin();}</x:Code><Button x:Name="button1" Width="100" Height="50" Click="button_Click1"></Button></StackPanel></Window>
|
Products |
Support |
Feedback: RotateTransition Class - Leadtools.Windows.Media.Transitions |
Introduction |
Help Version 19.0.2017.3.21
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.