@@ -103,6 +103,21 @@ public static void Remove_stub(this Windows.Storage.AccessCache.StorageItemMostR
103
103
}
104
104
}
105
105
}
106
+ public static class TextRecognizer_stub
107
+ {
108
+ public static Telegram . Native . AI . ITextRecognizer GetOne_stub ( string modelKey )
109
+ {
110
+ try
111
+ {
112
+ return Telegram . Native . AI . TextRecognizer . GetOne ( modelKey ) ;
113
+ }
114
+ catch ( Exception ex )
115
+ {
116
+ Logger . Error ( Environment . StackTrace ) ;
117
+ throw new RuntimeException ( ex ) ;
118
+ }
119
+ }
120
+ }
106
121
public static class ConnectedAnimation_stub
107
122
{
108
123
public static bool TryStart_stub ( this Windows . UI . Xaml . Media . Animation . ConnectedAnimation sender , Windows . UI . Xaml . UIElement destination )
@@ -4638,6 +4653,30 @@ public static Microsoft.Graphics.Canvas.Geometry.CanvasGeometry CreateText_stub(
4638
4653
throw new RuntimeException ( ex ) ;
4639
4654
}
4640
4655
}
4656
+ public static void Dispose_stub ( this Microsoft . Graphics . Canvas . Geometry . CanvasGeometry sender )
4657
+ {
4658
+ try
4659
+ {
4660
+ sender . Dispose ( ) ;
4661
+ }
4662
+ catch ( Exception ex )
4663
+ {
4664
+ Logger . Error ( Environment . StackTrace ) ;
4665
+ throw new RuntimeException ( ex ) ;
4666
+ }
4667
+ }
4668
+ public static Microsoft . Graphics . Canvas . Geometry . CanvasGeometry Transform_stub ( this Microsoft . Graphics . Canvas . Geometry . CanvasGeometry sender , System . Numerics . Matrix3x2 transform )
4669
+ {
4670
+ try
4671
+ {
4672
+ return sender . Transform ( transform ) ;
4673
+ }
4674
+ catch ( Exception ex )
4675
+ {
4676
+ Logger . Error ( Environment . StackTrace ) ;
4677
+ throw new RuntimeException ( ex ) ;
4678
+ }
4679
+ }
4641
4680
}
4642
4681
public static class CanvasPathBuilder_stub
4643
4682
{
@@ -5032,6 +5071,21 @@ public static bool TryGetPosition_stub(this Windows.UI.Xaml.Input.ContextRequest
5032
5071
}
5033
5072
}
5034
5073
}
5074
+ public static class DoubleTappedRoutedEventArgs_stub
5075
+ {
5076
+ public static Windows . Foundation . Point GetPosition_stub ( this Windows . UI . Xaml . Input . DoubleTappedRoutedEventArgs sender , Windows . UI . Xaml . UIElement relativeTo )
5077
+ {
5078
+ try
5079
+ {
5080
+ return sender . GetPosition ( relativeTo ) ;
5081
+ }
5082
+ catch ( Exception ex )
5083
+ {
5084
+ Logger . Error ( Environment . StackTrace ) ;
5085
+ throw new RuntimeException ( ex ) ;
5086
+ }
5087
+ }
5088
+ }
5035
5089
public static class FocusManager_stub
5036
5090
{
5037
5091
public static Windows . UI . Xaml . DependencyObject FindFirstFocusableElement_stub ( Windows . UI . Xaml . DependencyObject searchScope )
@@ -5179,6 +5233,21 @@ public static Windows.UI.Input.PointerPoint GetCurrentPoint_stub(this Windows.UI
5179
5233
}
5180
5234
}
5181
5235
}
5236
+ public static class TappedRoutedEventArgs_stub
5237
+ {
5238
+ public static Windows . Foundation . Point GetPosition_stub ( this Windows . UI . Xaml . Input . TappedRoutedEventArgs sender , Windows . UI . Xaml . UIElement relativeTo )
5239
+ {
5240
+ try
5241
+ {
5242
+ return sender . GetPosition ( relativeTo ) ;
5243
+ }
5244
+ catch ( Exception ex )
5245
+ {
5246
+ Logger . Error ( Environment . StackTrace ) ;
5247
+ throw new RuntimeException ( ex ) ;
5248
+ }
5249
+ }
5250
+ }
5182
5251
public static class CompositionInteractionSourceCollection_stub
5183
5252
{
5184
5253
public static void Add_stub ( this Windows . UI . Composition . Interactions . CompositionInteractionSourceCollection sender , Windows . UI . Composition . Interactions . ICompositionInteractionSource value )
0 commit comments