Class CloneExtensions
Clone extension class
Inheritance
System.Object
CloneExtensions
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public static class CloneExtensions : Object
Methods
CloneImage<T>(T)
Clone image method.
Declaration
public static T CloneImage<T>(this T item)
where T : UIElement
Parameters
Type | Name | Description |
---|---|---|
T | item | Item value |
Returns
Type | Description |
---|---|
T | return value |
Type Parameters
Name | Description |
---|---|
T | Clone image |