win32more-Microsoft.WindowsAppSDK 0.7.1.7.250909003__py2.py3-none-any.whl → 0.7.1.8.250907003__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/UI/Content/__init__.py +10 -10
- win32more/Microsoft/UI/Input/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/__init__.py +2 -2
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +36 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +178 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +2 -4
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +0 -21
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +258 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +1 -1
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- {win32more_microsoft_windowsappsdk-0.7.1.7.250909003.dist-info → win32more_microsoft_windowsappsdk-0.7.1.8.250907003.dist-info}/METADATA +2 -2
- {win32more_microsoft_windowsappsdk-0.7.1.7.250909003.dist-info → win32more_microsoft_windowsappsdk-0.7.1.8.250907003.dist-info}/RECORD +24 -21
- {win32more_microsoft_windowsappsdk-0.7.1.7.250909003.dist-info → win32more_microsoft_windowsappsdk-0.7.1.8.250907003.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +4 -2
- {win32more_microsoft_windowsappsdk-0.7.1.7.250909003.dist-info → win32more_microsoft_windowsappsdk-0.7.1.8.250907003.dist-info}/WHEEL +0 -0
|
@@ -480,20 +480,20 @@ class ContentSiteEnvironment(ComPtr):
|
|
|
480
480
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironment
|
|
481
481
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironment'
|
|
482
482
|
@winrt_mixinmethod
|
|
483
|
-
def
|
|
483
|
+
def get_View(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.Content.ContentSiteEnvironmentView: ...
|
|
484
|
+
@winrt_mixinmethod
|
|
485
|
+
def put_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
484
486
|
@winrt_mixinmethod
|
|
485
487
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.DisplayId: ...
|
|
486
488
|
@winrt_mixinmethod
|
|
487
489
|
def put_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.DisplayId) -> Void: ...
|
|
488
490
|
@winrt_mixinmethod
|
|
489
|
-
def
|
|
491
|
+
def put_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2, value: Single) -> Void: ...
|
|
490
492
|
@winrt_mixinmethod
|
|
491
|
-
def
|
|
493
|
+
def NotifySettingChanged(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, setting: hstr) -> Void: ...
|
|
492
494
|
@winrt_mixinmethod
|
|
493
495
|
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2) -> Single: ...
|
|
494
496
|
@winrt_mixinmethod
|
|
495
|
-
def put_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2, value: Single) -> Void: ...
|
|
496
|
-
@winrt_mixinmethod
|
|
497
497
|
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.WindowId: ...
|
|
498
498
|
AppWindowId = property(get_AppWindowId, put_AppWindowId)
|
|
499
499
|
DisplayId = property(get_DisplayId, put_DisplayId)
|
|
@@ -504,11 +504,11 @@ class ContentSiteEnvironmentView(ComPtr):
|
|
|
504
504
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView
|
|
505
505
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironmentView'
|
|
506
506
|
@winrt_mixinmethod
|
|
507
|
-
def
|
|
507
|
+
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.WindowId: ...
|
|
508
508
|
@winrt_mixinmethod
|
|
509
509
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.DisplayId: ...
|
|
510
510
|
@winrt_mixinmethod
|
|
511
|
-
def
|
|
511
|
+
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView2) -> Single: ...
|
|
512
512
|
AppWindowId = property(get_AppWindowId, None)
|
|
513
513
|
DisplayId = property(get_DisplayId, None)
|
|
514
514
|
DisplayScale = property(get_DisplayScale, None)
|
|
@@ -671,7 +671,7 @@ class DesktopPopupSiteBridge(ComPtr):
|
|
|
671
671
|
@winrt_mixinmethod
|
|
672
672
|
def add_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
673
673
|
@winrt_mixinmethod
|
|
674
|
-
def
|
|
674
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
675
675
|
@winrt_mixinmethod
|
|
676
676
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
677
677
|
@winrt_mixinmethod
|
|
@@ -721,11 +721,11 @@ class DesktopPopupSiteBridge(ComPtr):
|
|
|
721
721
|
@winrt_mixinmethod
|
|
722
722
|
def remove_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
723
723
|
@winrt_mixinmethod
|
|
724
|
-
def
|
|
724
|
+
def get_IsEnabled(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Boolean: ...
|
|
725
725
|
@winrt_mixinmethod
|
|
726
726
|
def put_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, value: win32more.Microsoft.UI.Content.ContentAutomationOptions) -> Void: ...
|
|
727
727
|
@winrt_mixinmethod
|
|
728
|
-
def
|
|
728
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> IInspectable: ...
|
|
729
729
|
@winrt_mixinmethod
|
|
730
730
|
def add_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
731
731
|
@winrt_mixinmethod
|
|
@@ -14,13 +14,13 @@ class CharacterReceivedEventArgs(ComPtr):
|
|
|
14
14
|
default_interface: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs
|
|
15
15
|
_classid_ = 'Microsoft.UI.Input.CharacterReceivedEventArgs'
|
|
16
16
|
@winrt_mixinmethod
|
|
17
|
-
def
|
|
17
|
+
def get_KeyStatus(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
|
|
18
18
|
@winrt_mixinmethod
|
|
19
|
-
def
|
|
19
|
+
def put_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs, value: Boolean) -> Void: ...
|
|
20
20
|
@winrt_mixinmethod
|
|
21
21
|
def get_KeyCode(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> UInt32: ...
|
|
22
22
|
@winrt_mixinmethod
|
|
23
|
-
def
|
|
23
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> Boolean: ...
|
|
24
24
|
Handled = property(get_Handled, put_Handled)
|
|
25
25
|
KeyCode = property(get_KeyCode, None)
|
|
26
26
|
KeyStatus = property(get_KeyStatus, None)
|
|
@@ -29,9 +29,9 @@ class ContextMenuKeyEventArgs(ComPtr):
|
|
|
29
29
|
default_interface: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs
|
|
30
30
|
_classid_ = 'Microsoft.UI.Input.ContextMenuKeyEventArgs'
|
|
31
31
|
@winrt_mixinmethod
|
|
32
|
-
def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
|
|
33
|
-
@winrt_mixinmethod
|
|
34
32
|
def put_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs, value: Boolean) -> Void: ...
|
|
33
|
+
@winrt_mixinmethod
|
|
34
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
|
|
35
35
|
Handled = property(get_Handled, put_Handled)
|
|
36
36
|
class CrossSlideThresholds(Structure):
|
|
37
37
|
_name_ = 'Microsoft.UI.Input.CrossSlideThresholds'
|
|
@@ -187,7 +187,7 @@ class GestureRecognizer(ComPtr):
|
|
|
187
187
|
@winrt_mixinmethod
|
|
188
188
|
def put_CrossSlideExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
189
189
|
@winrt_mixinmethod
|
|
190
|
-
def
|
|
190
|
+
def put_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
191
191
|
@winrt_mixinmethod
|
|
192
192
|
def put_CrossSlideHorizontally(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
193
193
|
@winrt_mixinmethod
|
|
@@ -227,7 +227,7 @@ class GestureRecognizer(ComPtr):
|
|
|
227
227
|
@winrt_mixinmethod
|
|
228
228
|
def put_InertiaRotationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
|
|
229
229
|
@winrt_mixinmethod
|
|
230
|
-
def
|
|
230
|
+
def get_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Single: ...
|
|
231
231
|
@winrt_mixinmethod
|
|
232
232
|
def put_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
|
|
233
233
|
@winrt_mixinmethod
|
|
@@ -237,7 +237,7 @@ class GestureRecognizer(ComPtr):
|
|
|
237
237
|
@winrt_mixinmethod
|
|
238
238
|
def get_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
|
|
239
239
|
@winrt_mixinmethod
|
|
240
|
-
def
|
|
240
|
+
def get_AutoProcessInertia(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
|
|
241
241
|
@winrt_mixinmethod
|
|
242
242
|
def get_MouseWheelParameters(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> win32more.Microsoft.UI.Input.MouseWheelParameters: ...
|
|
243
243
|
@winrt_mixinmethod
|
|
@@ -1411,9 +1411,9 @@ class InputActivationListener(ComPtr):
|
|
|
1411
1411
|
@winrt_mixinmethod
|
|
1412
1412
|
def remove_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1413
1413
|
@winrt_mixinmethod
|
|
1414
|
-
def add_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputActivationListener, win32more.Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1415
|
-
@winrt_mixinmethod
|
|
1416
1414
|
def get_State(self: win32more.Microsoft.UI.Input.IInputActivationListener) -> win32more.Microsoft.UI.Input.InputActivationState: ...
|
|
1415
|
+
@winrt_mixinmethod
|
|
1416
|
+
def add_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputActivationListener, win32more.Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1417
1417
|
@winrt_classmethod
|
|
1418
1418
|
def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputActivationListenerStatics2, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputActivationListener: ...
|
|
1419
1419
|
@winrt_classmethod
|
|
@@ -1460,9 +1460,9 @@ class InputDesktopResourceCursor(ComPtr):
|
|
|
1460
1460
|
default_interface: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor
|
|
1461
1461
|
_classid_ = 'Microsoft.UI.Input.InputDesktopResourceCursor'
|
|
1462
1462
|
@winrt_mixinmethod
|
|
1463
|
-
def get_ResourceId(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> UInt32: ...
|
|
1464
|
-
@winrt_mixinmethod
|
|
1465
1463
|
def get_ModuleName(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> hstr: ...
|
|
1464
|
+
@winrt_mixinmethod
|
|
1465
|
+
def get_ResourceId(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> UInt32: ...
|
|
1466
1466
|
@winrt_classmethod
|
|
1467
1467
|
def Create(cls: win32more.Microsoft.UI.Input.IInputDesktopResourceCursorStatics, resourceId: UInt32) -> win32more.Microsoft.UI.Input.InputDesktopResourceCursor: ...
|
|
1468
1468
|
@winrt_classmethod
|
|
@@ -1528,11 +1528,11 @@ class InputKeyboardSource(ComPtr):
|
|
|
1528
1528
|
@winrt_mixinmethod
|
|
1529
1529
|
def add_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.ContextMenuKeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1530
1530
|
@winrt_mixinmethod
|
|
1531
|
-
def
|
|
1531
|
+
def remove_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1532
1532
|
@winrt_mixinmethod
|
|
1533
1533
|
def add_KeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1534
1534
|
@winrt_mixinmethod
|
|
1535
|
-
def
|
|
1535
|
+
def GetKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
|
|
1536
1536
|
@winrt_mixinmethod
|
|
1537
1537
|
def add_KeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1538
1538
|
@winrt_mixinmethod
|
|
@@ -1542,7 +1542,7 @@ class InputKeyboardSource(ComPtr):
|
|
|
1542
1542
|
@winrt_mixinmethod
|
|
1543
1543
|
def remove_SystemKeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1544
1544
|
@winrt_mixinmethod
|
|
1545
|
-
def
|
|
1545
|
+
def GetCurrentKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
|
|
1546
1546
|
@winrt_mixinmethod
|
|
1547
1547
|
def remove_SystemKeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1548
1548
|
@winrt_mixinmethod
|
|
@@ -1562,9 +1562,9 @@ class InputLightDismissAction(ComPtr):
|
|
|
1562
1562
|
default_interface: win32more.Microsoft.UI.Input.IInputLightDismissAction
|
|
1563
1563
|
_classid_ = 'Microsoft.UI.Input.InputLightDismissAction'
|
|
1564
1564
|
@winrt_mixinmethod
|
|
1565
|
-
def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1566
|
-
@winrt_mixinmethod
|
|
1567
1565
|
def remove_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1566
|
+
@winrt_mixinmethod
|
|
1567
|
+
def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1568
1568
|
@winrt_classmethod
|
|
1569
1569
|
def GetForWindowId(cls: win32more.Microsoft.UI.Input.IInputLightDismissActionStatics, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Input.InputLightDismissAction: ...
|
|
1570
1570
|
Dismissed = event(add_Dismissed, remove_Dismissed)
|
|
@@ -1593,7 +1593,7 @@ class InputNonClientPointerSource(ComPtr):
|
|
|
1593
1593
|
@winrt_mixinmethod
|
|
1594
1594
|
def remove_PointerEntered(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1595
1595
|
@winrt_mixinmethod
|
|
1596
|
-
def
|
|
1596
|
+
def add_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1597
1597
|
@winrt_mixinmethod
|
|
1598
1598
|
def remove_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1599
1599
|
@winrt_mixinmethod
|
|
@@ -1603,11 +1603,11 @@ class InputNonClientPointerSource(ComPtr):
|
|
|
1603
1603
|
@winrt_mixinmethod
|
|
1604
1604
|
def add_PointerPressed(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1605
1605
|
@winrt_mixinmethod
|
|
1606
|
-
def
|
|
1606
|
+
def remove_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1607
1607
|
@winrt_mixinmethod
|
|
1608
1608
|
def add_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1609
1609
|
@winrt_mixinmethod
|
|
1610
|
-
def
|
|
1610
|
+
def get_DispatcherQueue(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
1611
1611
|
@winrt_mixinmethod
|
|
1612
1612
|
def add_RegionsChanged(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientRegionsChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1613
1613
|
@winrt_mixinmethod
|
|
@@ -1661,15 +1661,17 @@ class InputPointerSource(ComPtr):
|
|
|
1661
1661
|
default_interface: win32more.Microsoft.UI.Input.IInputPointerSource
|
|
1662
1662
|
_classid_ = 'Microsoft.UI.Input.InputPointerSource'
|
|
1663
1663
|
@winrt_mixinmethod
|
|
1664
|
-
def
|
|
1664
|
+
def remove_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1665
|
+
@winrt_mixinmethod
|
|
1666
|
+
def put_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource, value: win32more.Microsoft.UI.Input.InputCursor) -> Void: ...
|
|
1665
1667
|
@winrt_mixinmethod
|
|
1666
1668
|
def get_DeviceKinds(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputPointerSourceDeviceKinds: ...
|
|
1667
1669
|
@winrt_mixinmethod
|
|
1668
1670
|
def add_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1669
1671
|
@winrt_mixinmethod
|
|
1670
|
-
def
|
|
1672
|
+
def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
|
|
1671
1673
|
@winrt_mixinmethod
|
|
1672
|
-
def
|
|
1674
|
+
def add_PointerEntered(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1673
1675
|
@winrt_mixinmethod
|
|
1674
1676
|
def remove_PointerEntered(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1675
1677
|
@winrt_mixinmethod
|
|
@@ -1704,8 +1706,6 @@ class InputPointerSource(ComPtr):
|
|
|
1704
1706
|
def add_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1705
1707
|
@winrt_mixinmethod
|
|
1706
1708
|
def remove_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1707
|
-
@winrt_mixinmethod
|
|
1708
|
-
def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
|
|
1709
1709
|
@winrt_classmethod
|
|
1710
1710
|
def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputPointerSourceStatics, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputPointerSource: ...
|
|
1711
1711
|
Cursor = property(get_Cursor, put_Cursor)
|
|
@@ -1762,13 +1762,13 @@ class KeyEventArgs(ComPtr):
|
|
|
1762
1762
|
default_interface: win32more.Microsoft.UI.Input.IKeyEventArgs
|
|
1763
1763
|
_classid_ = 'Microsoft.UI.Input.KeyEventArgs'
|
|
1764
1764
|
@winrt_mixinmethod
|
|
1765
|
-
def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
|
|
1766
|
-
@winrt_mixinmethod
|
|
1767
1765
|
def put_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs, value: Boolean) -> Void: ...
|
|
1768
1766
|
@winrt_mixinmethod
|
|
1767
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> Boolean: ...
|
|
1768
|
+
@winrt_mixinmethod
|
|
1769
1769
|
def get_KeyStatus(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
|
|
1770
1770
|
@winrt_mixinmethod
|
|
1771
|
-
def
|
|
1771
|
+
def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
|
|
1772
1772
|
@winrt_mixinmethod
|
|
1773
1773
|
def get_VirtualKey(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Windows.System.VirtualKey: ...
|
|
1774
1774
|
Handled = property(get_Handled, put_Handled)
|
|
@@ -1780,10 +1780,10 @@ class ManipulationCompletedEventArgs(ComPtr):
|
|
|
1780
1780
|
default_interface: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs
|
|
1781
1781
|
_classid_ = 'Microsoft.UI.Input.ManipulationCompletedEventArgs'
|
|
1782
1782
|
@winrt_mixinmethod
|
|
1783
|
-
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1784
|
-
@winrt_mixinmethod
|
|
1785
1783
|
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1786
1784
|
@winrt_mixinmethod
|
|
1785
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1786
|
+
@winrt_mixinmethod
|
|
1787
1787
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1788
1788
|
@winrt_mixinmethod
|
|
1789
1789
|
def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
@@ -1823,9 +1823,9 @@ class ManipulationStartedEventArgs(ComPtr):
|
|
|
1823
1823
|
@winrt_mixinmethod
|
|
1824
1824
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1825
1825
|
@winrt_mixinmethod
|
|
1826
|
-
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1827
|
-
@winrt_mixinmethod
|
|
1828
1826
|
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1827
|
+
@winrt_mixinmethod
|
|
1828
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1829
1829
|
Cumulative = property(get_Cumulative, None)
|
|
1830
1830
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1831
1831
|
Position = property(get_Position, None)
|
|
@@ -1834,15 +1834,15 @@ class ManipulationUpdatedEventArgs(ComPtr):
|
|
|
1834
1834
|
default_interface: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs
|
|
1835
1835
|
_classid_ = 'Microsoft.UI.Input.ManipulationUpdatedEventArgs'
|
|
1836
1836
|
@winrt_mixinmethod
|
|
1837
|
-
def
|
|
1837
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1838
1838
|
@winrt_mixinmethod
|
|
1839
|
-
def
|
|
1839
|
+
def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1840
1840
|
@winrt_mixinmethod
|
|
1841
1841
|
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1842
1842
|
@winrt_mixinmethod
|
|
1843
1843
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1844
1844
|
@winrt_mixinmethod
|
|
1845
|
-
def
|
|
1845
|
+
def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
1846
1846
|
Cumulative = property(get_Cumulative, None)
|
|
1847
1847
|
Delta = property(get_Delta, None)
|
|
1848
1848
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
@@ -1858,12 +1858,12 @@ class MouseWheelParameters(ComPtr):
|
|
|
1858
1858
|
default_interface: win32more.Microsoft.UI.Input.IMouseWheelParameters
|
|
1859
1859
|
_classid_ = 'Microsoft.UI.Input.MouseWheelParameters'
|
|
1860
1860
|
@winrt_mixinmethod
|
|
1861
|
+
def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
|
|
1862
|
+
@winrt_mixinmethod
|
|
1861
1863
|
def put_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: win32more.Windows.Foundation.Point) -> Void: ...
|
|
1862
1864
|
@winrt_mixinmethod
|
|
1863
1865
|
def get_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
|
|
1864
1866
|
@winrt_mixinmethod
|
|
1865
|
-
def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
|
|
1866
|
-
@winrt_mixinmethod
|
|
1867
1867
|
def put_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: Single) -> Void: ...
|
|
1868
1868
|
@winrt_mixinmethod
|
|
1869
1869
|
def get_DeltaRotationAngle(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
|
|
@@ -1957,9 +1957,9 @@ class PointerEventArgs(ComPtr):
|
|
|
1957
1957
|
@winrt_mixinmethod
|
|
1958
1958
|
def get_KeyModifiers(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1959
1959
|
@winrt_mixinmethod
|
|
1960
|
-
def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1961
|
-
@winrt_mixinmethod
|
|
1962
1960
|
def get_CurrentPoint(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Microsoft.UI.Input.PointerPoint: ...
|
|
1961
|
+
@winrt_mixinmethod
|
|
1962
|
+
def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1963
1963
|
CurrentPoint = property(get_CurrentPoint, None)
|
|
1964
1964
|
Handled = property(get_Handled, put_Handled)
|
|
1965
1965
|
KeyModifiers = property(get_KeyModifiers, None)
|
|
@@ -2100,11 +2100,11 @@ class TappedEventArgs(ComPtr):
|
|
|
2100
2100
|
default_interface: win32more.Microsoft.UI.Input.ITappedEventArgs
|
|
2101
2101
|
_classid_ = 'Microsoft.UI.Input.TappedEventArgs'
|
|
2102
2102
|
@winrt_mixinmethod
|
|
2103
|
-
def
|
|
2103
|
+
def get_TapCount(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> UInt32: ...
|
|
2104
2104
|
@winrt_mixinmethod
|
|
2105
2105
|
def get_Position(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
2106
2106
|
@winrt_mixinmethod
|
|
2107
|
-
def
|
|
2107
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
2108
2108
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
2109
2109
|
Position = property(get_Position, None)
|
|
2110
2110
|
TapCount = property(get_TapCount, None)
|
|
@@ -5875,7 +5875,7 @@ class VisualTransition(ComPtr):
|
|
|
5875
5875
|
GeneratedEasingFunction = property(get_GeneratedEasingFunction, put_GeneratedEasingFunction)
|
|
5876
5876
|
Storyboard = property(get_Storyboard, put_Storyboard)
|
|
5877
5877
|
To = property(get_To, put_To)
|
|
5878
|
-
WinUIContract: UInt32 =
|
|
5878
|
+
WinUIContract: UInt32 = 589824
|
|
5879
5879
|
class _Window_Meta_(ComPtr.__class__):
|
|
5880
5880
|
pass
|
|
5881
5881
|
class Window(ComPtr, metaclass=_Window_Meta_):
|
|
@@ -6010,7 +6010,7 @@ class WindowVisibilityChangedEventArgs(ComPtr):
|
|
|
6010
6010
|
def get_Visible(self: win32more.Microsoft.UI.Xaml.IWindowVisibilityChangedEventArgs) -> Boolean: ...
|
|
6011
6011
|
Handled = property(get_Handled, put_Handled)
|
|
6012
6012
|
Visible = property(get_Visible, None)
|
|
6013
|
-
XamlContract: UInt32 =
|
|
6013
|
+
XamlContract: UInt32 = 589824
|
|
6014
6014
|
class XamlIsland(ComPtr):
|
|
6015
6015
|
extends: IInspectable
|
|
6016
6016
|
implements: Tuple[ContextManagerProtocol]
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more._prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.AI.Foundation
|
|
4
|
+
AIFoundationContract: UInt32 = 65536
|
|
5
|
+
class EmbeddingVector(ComPtr):
|
|
6
|
+
extends: IInspectable
|
|
7
|
+
default_interface: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector
|
|
8
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.EmbeddingVector'
|
|
9
|
+
def __init__(self, *args, **kwargs):
|
|
10
|
+
if kwargs:
|
|
11
|
+
super().__init__(**kwargs)
|
|
12
|
+
elif len(args) == 2:
|
|
13
|
+
super().__init__(move=win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector.CreateInstance(*args))
|
|
14
|
+
else:
|
|
15
|
+
raise ValueError('no matched constructor')
|
|
16
|
+
@winrt_factorymethod
|
|
17
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVectorFactory, data: PassArray[Single], vectorSpaceID: Guid) -> win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector: ...
|
|
18
|
+
@winrt_mixinmethod
|
|
19
|
+
def GetValues(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector, values: FillArray[Single]) -> Void: ...
|
|
20
|
+
@winrt_mixinmethod
|
|
21
|
+
def get_Size(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector) -> UInt32: ...
|
|
22
|
+
@winrt_mixinmethod
|
|
23
|
+
def get_VectorSpaceId(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector) -> Guid: ...
|
|
24
|
+
Size = property(get_Size, None)
|
|
25
|
+
VectorSpaceId = property(get_VectorSpaceId, None)
|
|
26
|
+
class IEmbeddingVector(ComPtr):
|
|
27
|
+
extends: IInspectable
|
|
28
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.IEmbeddingVector'
|
|
29
|
+
_iid_ = Guid('{07bdaa90-b3d2-5701-97d1-c390ec62799c}')
|
|
30
|
+
@winrt_commethod(6)
|
|
31
|
+
def GetValues(self, values: FillArray[Single]) -> Void: ...
|
|
32
|
+
@winrt_commethod(7)
|
|
33
|
+
def get_Size(self) -> UInt32: ...
|
|
34
|
+
@winrt_commethod(8)
|
|
35
|
+
def get_VectorSpaceId(self) -> Guid: ...
|
|
36
|
+
Size = property(get_Size, None)
|
|
37
|
+
VectorSpaceId = property(get_VectorSpaceId, None)
|
|
38
|
+
class IEmbeddingVectorFactory(ComPtr):
|
|
39
|
+
extends: IInspectable
|
|
40
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.IEmbeddingVectorFactory'
|
|
41
|
+
_iid_ = Guid('{16b72758-2b69-5e97-b865-6a6a71683dd0}')
|
|
42
|
+
@winrt_commethod(6)
|
|
43
|
+
def CreateInstance(self, data: PassArray[Single], vectorSpaceID: Guid) -> win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector: ...
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
make_ready(__name__)
|
|
@@ -73,6 +73,24 @@ class IImageObjectExtractorStatics(ComPtr):
|
|
|
73
73
|
def GetReadyState(self) -> win32more.Microsoft.Windows.AI.AIFeatureReadyState: ...
|
|
74
74
|
@winrt_commethod(9)
|
|
75
75
|
def EnsureReadyAsync(self) -> win32more.Windows.Foundation.IAsyncOperationWithProgress[win32more.Microsoft.Windows.AI.AIFeatureReadyResult, Double]: ...
|
|
76
|
+
class IImageObjectRemover(ComPtr):
|
|
77
|
+
extends: IInspectable
|
|
78
|
+
_classid_ = 'Microsoft.Windows.AI.Imaging.IImageObjectRemover'
|
|
79
|
+
_iid_ = Guid('{cfa20faf-5ae1-5b8c-b0d8-e7c64db59d26}')
|
|
80
|
+
@winrt_commethod(6)
|
|
81
|
+
def RemoveFromSoftwareBitmap(self, softwareBitmap: win32more.Windows.Graphics.Imaging.SoftwareBitmap, softwareBitmapMask: win32more.Windows.Graphics.Imaging.SoftwareBitmap) -> win32more.Windows.Graphics.Imaging.SoftwareBitmap: ...
|
|
82
|
+
@winrt_commethod(7)
|
|
83
|
+
def RemoveFromImageBuffer(self, imageBuffer: win32more.Microsoft.Graphics.Imaging.ImageBuffer, imageBufferMask: win32more.Microsoft.Graphics.Imaging.ImageBuffer) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
84
|
+
class IImageObjectRemoverStatics(ComPtr):
|
|
85
|
+
extends: IInspectable
|
|
86
|
+
_classid_ = 'Microsoft.Windows.AI.Imaging.IImageObjectRemoverStatics'
|
|
87
|
+
_iid_ = Guid('{cbcbd7e1-5b81-503f-8fcb-66ae1d6e5b9c}')
|
|
88
|
+
@winrt_commethod(6)
|
|
89
|
+
def GetReadyState(self) -> win32more.Microsoft.Windows.AI.AIFeatureReadyState: ...
|
|
90
|
+
@winrt_commethod(7)
|
|
91
|
+
def EnsureReadyAsync(self) -> win32more.Windows.Foundation.IAsyncOperationWithProgress[win32more.Microsoft.Windows.AI.AIFeatureReadyResult, Double]: ...
|
|
92
|
+
@winrt_commethod(8)
|
|
93
|
+
def CreateAsync(self) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.AI.Imaging.ImageObjectRemover]: ...
|
|
76
94
|
class IImageScaler(ComPtr):
|
|
77
95
|
extends: IInspectable
|
|
78
96
|
_classid_ = 'Microsoft.Windows.AI.Imaging.IImageScaler'
|
|
@@ -236,6 +254,24 @@ class ImageObjectExtractorHint(ComPtr):
|
|
|
236
254
|
ExcludePoints = property(get_ExcludePoints, None)
|
|
237
255
|
IncludePoints = property(get_IncludePoints, None)
|
|
238
256
|
IncludeRects = property(get_IncludeRects, None)
|
|
257
|
+
class ImageObjectRemover(ComPtr):
|
|
258
|
+
extends: IInspectable
|
|
259
|
+
implements: Tuple[ContextManagerProtocol]
|
|
260
|
+
default_interface: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemover
|
|
261
|
+
_classid_ = 'Microsoft.Windows.AI.Imaging.ImageObjectRemover'
|
|
262
|
+
@winrt_mixinmethod
|
|
263
|
+
def RemoveFromSoftwareBitmap(self: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemover, softwareBitmap: win32more.Windows.Graphics.Imaging.SoftwareBitmap, softwareBitmapMask: win32more.Windows.Graphics.Imaging.SoftwareBitmap) -> win32more.Windows.Graphics.Imaging.SoftwareBitmap: ...
|
|
264
|
+
@winrt_mixinmethod
|
|
265
|
+
def RemoveFromImageBuffer(self: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemover, imageBuffer: win32more.Microsoft.Graphics.Imaging.ImageBuffer, imageBufferMask: win32more.Microsoft.Graphics.Imaging.ImageBuffer) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
266
|
+
@winrt_mixinmethod
|
|
267
|
+
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
268
|
+
@winrt_classmethod
|
|
269
|
+
def GetReadyState(cls: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemoverStatics) -> win32more.Microsoft.Windows.AI.AIFeatureReadyState: ...
|
|
270
|
+
@winrt_classmethod
|
|
271
|
+
def EnsureReadyAsync(cls: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemoverStatics) -> win32more.Windows.Foundation.IAsyncOperationWithProgress[win32more.Microsoft.Windows.AI.AIFeatureReadyResult, Double]: ...
|
|
272
|
+
@winrt_classmethod
|
|
273
|
+
def CreateAsync(cls: win32more.Microsoft.Windows.AI.Imaging.IImageObjectRemoverStatics) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.AI.Imaging.ImageObjectRemover]: ...
|
|
274
|
+
ImageObjectRemoverContract: UInt32 = 65536
|
|
239
275
|
class ImageScaler(ComPtr):
|
|
240
276
|
extends: IInspectable
|
|
241
277
|
implements: Tuple[ContextManagerProtocol]
|