win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__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 +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.UI.Xaml
|
|
4
|
+
import win32more.Microsoft.UI.Xaml.Media.Media3D
|
|
5
|
+
class _CompositeTransform3D_Meta_(ComPtr.__class__):
|
|
6
|
+
pass
|
|
7
|
+
class CompositeTransform3D(ComPtr, metaclass=_CompositeTransform3D_Meta_):
|
|
8
|
+
extends: win32more.Microsoft.UI.Xaml.Media.Media3D.Transform3D
|
|
9
|
+
default_interface: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D
|
|
10
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.CompositeTransform3D'
|
|
11
|
+
def __init__(self, *args, **kwargs):
|
|
12
|
+
if kwargs:
|
|
13
|
+
super().__init__(**kwargs)
|
|
14
|
+
elif len(args) == 0:
|
|
15
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Media.Media3D.CompositeTransform3D.CreateInstance(*args))
|
|
16
|
+
else:
|
|
17
|
+
raise ValueError('no matched constructor')
|
|
18
|
+
@winrt_activatemethod
|
|
19
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Media3D.CompositeTransform3D: ...
|
|
20
|
+
@winrt_mixinmethod
|
|
21
|
+
def get_CenterX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
22
|
+
@winrt_mixinmethod
|
|
23
|
+
def put_CenterX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
24
|
+
@winrt_mixinmethod
|
|
25
|
+
def get_CenterY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
26
|
+
@winrt_mixinmethod
|
|
27
|
+
def put_CenterY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
28
|
+
@winrt_mixinmethod
|
|
29
|
+
def get_CenterZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
30
|
+
@winrt_mixinmethod
|
|
31
|
+
def put_CenterZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
32
|
+
@winrt_mixinmethod
|
|
33
|
+
def get_RotationX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
34
|
+
@winrt_mixinmethod
|
|
35
|
+
def put_RotationX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
36
|
+
@winrt_mixinmethod
|
|
37
|
+
def get_RotationY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
38
|
+
@winrt_mixinmethod
|
|
39
|
+
def put_RotationY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
40
|
+
@winrt_mixinmethod
|
|
41
|
+
def get_RotationZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
42
|
+
@winrt_mixinmethod
|
|
43
|
+
def put_RotationZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
44
|
+
@winrt_mixinmethod
|
|
45
|
+
def get_ScaleX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
46
|
+
@winrt_mixinmethod
|
|
47
|
+
def put_ScaleX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
48
|
+
@winrt_mixinmethod
|
|
49
|
+
def get_ScaleY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
50
|
+
@winrt_mixinmethod
|
|
51
|
+
def put_ScaleY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
52
|
+
@winrt_mixinmethod
|
|
53
|
+
def get_ScaleZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
54
|
+
@winrt_mixinmethod
|
|
55
|
+
def put_ScaleZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
56
|
+
@winrt_mixinmethod
|
|
57
|
+
def get_TranslateX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
58
|
+
@winrt_mixinmethod
|
|
59
|
+
def put_TranslateX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
60
|
+
@winrt_mixinmethod
|
|
61
|
+
def get_TranslateY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
62
|
+
@winrt_mixinmethod
|
|
63
|
+
def put_TranslateY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
64
|
+
@winrt_mixinmethod
|
|
65
|
+
def get_TranslateZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D) -> Double: ...
|
|
66
|
+
@winrt_mixinmethod
|
|
67
|
+
def put_TranslateZ(self: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D, value: Double) -> Void: ...
|
|
68
|
+
@winrt_classmethod
|
|
69
|
+
def get_CenterXProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
70
|
+
@winrt_classmethod
|
|
71
|
+
def get_CenterYProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
72
|
+
@winrt_classmethod
|
|
73
|
+
def get_CenterZProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
74
|
+
@winrt_classmethod
|
|
75
|
+
def get_RotationXProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
76
|
+
@winrt_classmethod
|
|
77
|
+
def get_RotationYProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
78
|
+
@winrt_classmethod
|
|
79
|
+
def get_RotationZProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
80
|
+
@winrt_classmethod
|
|
81
|
+
def get_ScaleXProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
82
|
+
@winrt_classmethod
|
|
83
|
+
def get_ScaleYProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
84
|
+
@winrt_classmethod
|
|
85
|
+
def get_ScaleZProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
86
|
+
@winrt_classmethod
|
|
87
|
+
def get_TranslateXProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
88
|
+
@winrt_classmethod
|
|
89
|
+
def get_TranslateYProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
90
|
+
@winrt_classmethod
|
|
91
|
+
def get_TranslateZProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
92
|
+
CenterX = property(get_CenterX, put_CenterX)
|
|
93
|
+
CenterY = property(get_CenterY, put_CenterY)
|
|
94
|
+
CenterZ = property(get_CenterZ, put_CenterZ)
|
|
95
|
+
RotationX = property(get_RotationX, put_RotationX)
|
|
96
|
+
RotationY = property(get_RotationY, put_RotationY)
|
|
97
|
+
RotationZ = property(get_RotationZ, put_RotationZ)
|
|
98
|
+
ScaleX = property(get_ScaleX, put_ScaleX)
|
|
99
|
+
ScaleY = property(get_ScaleY, put_ScaleY)
|
|
100
|
+
ScaleZ = property(get_ScaleZ, put_ScaleZ)
|
|
101
|
+
TranslateX = property(get_TranslateX, put_TranslateX)
|
|
102
|
+
TranslateY = property(get_TranslateY, put_TranslateY)
|
|
103
|
+
TranslateZ = property(get_TranslateZ, put_TranslateZ)
|
|
104
|
+
_CompositeTransform3D_Meta_.CenterXProperty = property(get_CenterXProperty, None)
|
|
105
|
+
_CompositeTransform3D_Meta_.CenterYProperty = property(get_CenterYProperty, None)
|
|
106
|
+
_CompositeTransform3D_Meta_.CenterZProperty = property(get_CenterZProperty, None)
|
|
107
|
+
_CompositeTransform3D_Meta_.RotationXProperty = property(get_RotationXProperty, None)
|
|
108
|
+
_CompositeTransform3D_Meta_.RotationYProperty = property(get_RotationYProperty, None)
|
|
109
|
+
_CompositeTransform3D_Meta_.RotationZProperty = property(get_RotationZProperty, None)
|
|
110
|
+
_CompositeTransform3D_Meta_.ScaleXProperty = property(get_ScaleXProperty, None)
|
|
111
|
+
_CompositeTransform3D_Meta_.ScaleYProperty = property(get_ScaleYProperty, None)
|
|
112
|
+
_CompositeTransform3D_Meta_.ScaleZProperty = property(get_ScaleZProperty, None)
|
|
113
|
+
_CompositeTransform3D_Meta_.TranslateXProperty = property(get_TranslateXProperty, None)
|
|
114
|
+
_CompositeTransform3D_Meta_.TranslateYProperty = property(get_TranslateYProperty, None)
|
|
115
|
+
_CompositeTransform3D_Meta_.TranslateZProperty = property(get_TranslateZProperty, None)
|
|
116
|
+
class ICompositeTransform3D(ComPtr):
|
|
117
|
+
extends: IInspectable
|
|
118
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3D'
|
|
119
|
+
_iid_ = Guid('{cbaf163f-c254-5dcf-8ae4-40e21ce1b4ca}')
|
|
120
|
+
@winrt_commethod(6)
|
|
121
|
+
def get_CenterX(self) -> Double: ...
|
|
122
|
+
@winrt_commethod(7)
|
|
123
|
+
def put_CenterX(self, value: Double) -> Void: ...
|
|
124
|
+
@winrt_commethod(8)
|
|
125
|
+
def get_CenterY(self) -> Double: ...
|
|
126
|
+
@winrt_commethod(9)
|
|
127
|
+
def put_CenterY(self, value: Double) -> Void: ...
|
|
128
|
+
@winrt_commethod(10)
|
|
129
|
+
def get_CenterZ(self) -> Double: ...
|
|
130
|
+
@winrt_commethod(11)
|
|
131
|
+
def put_CenterZ(self, value: Double) -> Void: ...
|
|
132
|
+
@winrt_commethod(12)
|
|
133
|
+
def get_RotationX(self) -> Double: ...
|
|
134
|
+
@winrt_commethod(13)
|
|
135
|
+
def put_RotationX(self, value: Double) -> Void: ...
|
|
136
|
+
@winrt_commethod(14)
|
|
137
|
+
def get_RotationY(self) -> Double: ...
|
|
138
|
+
@winrt_commethod(15)
|
|
139
|
+
def put_RotationY(self, value: Double) -> Void: ...
|
|
140
|
+
@winrt_commethod(16)
|
|
141
|
+
def get_RotationZ(self) -> Double: ...
|
|
142
|
+
@winrt_commethod(17)
|
|
143
|
+
def put_RotationZ(self, value: Double) -> Void: ...
|
|
144
|
+
@winrt_commethod(18)
|
|
145
|
+
def get_ScaleX(self) -> Double: ...
|
|
146
|
+
@winrt_commethod(19)
|
|
147
|
+
def put_ScaleX(self, value: Double) -> Void: ...
|
|
148
|
+
@winrt_commethod(20)
|
|
149
|
+
def get_ScaleY(self) -> Double: ...
|
|
150
|
+
@winrt_commethod(21)
|
|
151
|
+
def put_ScaleY(self, value: Double) -> Void: ...
|
|
152
|
+
@winrt_commethod(22)
|
|
153
|
+
def get_ScaleZ(self) -> Double: ...
|
|
154
|
+
@winrt_commethod(23)
|
|
155
|
+
def put_ScaleZ(self, value: Double) -> Void: ...
|
|
156
|
+
@winrt_commethod(24)
|
|
157
|
+
def get_TranslateX(self) -> Double: ...
|
|
158
|
+
@winrt_commethod(25)
|
|
159
|
+
def put_TranslateX(self, value: Double) -> Void: ...
|
|
160
|
+
@winrt_commethod(26)
|
|
161
|
+
def get_TranslateY(self) -> Double: ...
|
|
162
|
+
@winrt_commethod(27)
|
|
163
|
+
def put_TranslateY(self, value: Double) -> Void: ...
|
|
164
|
+
@winrt_commethod(28)
|
|
165
|
+
def get_TranslateZ(self) -> Double: ...
|
|
166
|
+
@winrt_commethod(29)
|
|
167
|
+
def put_TranslateZ(self, value: Double) -> Void: ...
|
|
168
|
+
CenterX = property(get_CenterX, put_CenterX)
|
|
169
|
+
CenterY = property(get_CenterY, put_CenterY)
|
|
170
|
+
CenterZ = property(get_CenterZ, put_CenterZ)
|
|
171
|
+
RotationX = property(get_RotationX, put_RotationX)
|
|
172
|
+
RotationY = property(get_RotationY, put_RotationY)
|
|
173
|
+
RotationZ = property(get_RotationZ, put_RotationZ)
|
|
174
|
+
ScaleX = property(get_ScaleX, put_ScaleX)
|
|
175
|
+
ScaleY = property(get_ScaleY, put_ScaleY)
|
|
176
|
+
ScaleZ = property(get_ScaleZ, put_ScaleZ)
|
|
177
|
+
TranslateX = property(get_TranslateX, put_TranslateX)
|
|
178
|
+
TranslateY = property(get_TranslateY, put_TranslateY)
|
|
179
|
+
TranslateZ = property(get_TranslateZ, put_TranslateZ)
|
|
180
|
+
class ICompositeTransform3DStatics(ComPtr):
|
|
181
|
+
extends: IInspectable
|
|
182
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.ICompositeTransform3DStatics'
|
|
183
|
+
_iid_ = Guid('{b64d4181-6988-5d46-858a-224db7089dc4}')
|
|
184
|
+
@winrt_commethod(6)
|
|
185
|
+
def get_CenterXProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
186
|
+
@winrt_commethod(7)
|
|
187
|
+
def get_CenterYProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
188
|
+
@winrt_commethod(8)
|
|
189
|
+
def get_CenterZProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
190
|
+
@winrt_commethod(9)
|
|
191
|
+
def get_RotationXProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
192
|
+
@winrt_commethod(10)
|
|
193
|
+
def get_RotationYProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
194
|
+
@winrt_commethod(11)
|
|
195
|
+
def get_RotationZProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
196
|
+
@winrt_commethod(12)
|
|
197
|
+
def get_ScaleXProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
198
|
+
@winrt_commethod(13)
|
|
199
|
+
def get_ScaleYProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
200
|
+
@winrt_commethod(14)
|
|
201
|
+
def get_ScaleZProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
202
|
+
@winrt_commethod(15)
|
|
203
|
+
def get_TranslateXProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
204
|
+
@winrt_commethod(16)
|
|
205
|
+
def get_TranslateYProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
206
|
+
@winrt_commethod(17)
|
|
207
|
+
def get_TranslateZProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
208
|
+
CenterXProperty = property(get_CenterXProperty, None)
|
|
209
|
+
CenterYProperty = property(get_CenterYProperty, None)
|
|
210
|
+
CenterZProperty = property(get_CenterZProperty, None)
|
|
211
|
+
RotationXProperty = property(get_RotationXProperty, None)
|
|
212
|
+
RotationYProperty = property(get_RotationYProperty, None)
|
|
213
|
+
RotationZProperty = property(get_RotationZProperty, None)
|
|
214
|
+
ScaleXProperty = property(get_ScaleXProperty, None)
|
|
215
|
+
ScaleYProperty = property(get_ScaleYProperty, None)
|
|
216
|
+
ScaleZProperty = property(get_ScaleZProperty, None)
|
|
217
|
+
TranslateXProperty = property(get_TranslateXProperty, None)
|
|
218
|
+
TranslateYProperty = property(get_TranslateYProperty, None)
|
|
219
|
+
TranslateZProperty = property(get_TranslateZProperty, None)
|
|
220
|
+
class IMatrix3DHelper(ComPtr):
|
|
221
|
+
extends: IInspectable
|
|
222
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelper'
|
|
223
|
+
_iid_ = Guid('{d2909be1-9c28-5b38-b63c-88e838644533}')
|
|
224
|
+
class IMatrix3DHelperStatics(ComPtr):
|
|
225
|
+
extends: IInspectable
|
|
226
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics'
|
|
227
|
+
_iid_ = Guid('{930e447b-265c-5ded-9e64-57b8933c55c3}')
|
|
228
|
+
@winrt_commethod(6)
|
|
229
|
+
def get_Identity(self) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
230
|
+
@winrt_commethod(7)
|
|
231
|
+
def Multiply(self, matrix1: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D, matrix2: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
232
|
+
@winrt_commethod(8)
|
|
233
|
+
def FromElements(self, m11: Double, m12: Double, m13: Double, m14: Double, m21: Double, m22: Double, m23: Double, m24: Double, m31: Double, m32: Double, m33: Double, m34: Double, offsetX: Double, offsetY: Double, offsetZ: Double, m44: Double) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
234
|
+
@winrt_commethod(9)
|
|
235
|
+
def GetHasInverse(self, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> Boolean: ...
|
|
236
|
+
@winrt_commethod(10)
|
|
237
|
+
def GetIsIdentity(self, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> Boolean: ...
|
|
238
|
+
@winrt_commethod(11)
|
|
239
|
+
def Invert(self, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
240
|
+
Identity = property(get_Identity, None)
|
|
241
|
+
class IPerspectiveTransform3D(ComPtr):
|
|
242
|
+
extends: IInspectable
|
|
243
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D'
|
|
244
|
+
_iid_ = Guid('{4006cc46-684e-54ea-a421-dae5b0556b85}')
|
|
245
|
+
@winrt_commethod(6)
|
|
246
|
+
def get_Depth(self) -> Double: ...
|
|
247
|
+
@winrt_commethod(7)
|
|
248
|
+
def put_Depth(self, value: Double) -> Void: ...
|
|
249
|
+
@winrt_commethod(8)
|
|
250
|
+
def get_OffsetX(self) -> Double: ...
|
|
251
|
+
@winrt_commethod(9)
|
|
252
|
+
def put_OffsetX(self, value: Double) -> Void: ...
|
|
253
|
+
@winrt_commethod(10)
|
|
254
|
+
def get_OffsetY(self) -> Double: ...
|
|
255
|
+
@winrt_commethod(11)
|
|
256
|
+
def put_OffsetY(self, value: Double) -> Void: ...
|
|
257
|
+
Depth = property(get_Depth, put_Depth)
|
|
258
|
+
OffsetX = property(get_OffsetX, put_OffsetX)
|
|
259
|
+
OffsetY = property(get_OffsetY, put_OffsetY)
|
|
260
|
+
class IPerspectiveTransform3DStatics(ComPtr):
|
|
261
|
+
extends: IInspectable
|
|
262
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3DStatics'
|
|
263
|
+
_iid_ = Guid('{3b16aa8d-0ee2-5d46-a723-dc8e5c1c0b19}')
|
|
264
|
+
@winrt_commethod(6)
|
|
265
|
+
def get_DepthProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
266
|
+
@winrt_commethod(7)
|
|
267
|
+
def get_OffsetXProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
268
|
+
@winrt_commethod(8)
|
|
269
|
+
def get_OffsetYProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
270
|
+
DepthProperty = property(get_DepthProperty, None)
|
|
271
|
+
OffsetXProperty = property(get_OffsetXProperty, None)
|
|
272
|
+
OffsetYProperty = property(get_OffsetYProperty, None)
|
|
273
|
+
class ITransform3D(ComPtr):
|
|
274
|
+
extends: IInspectable
|
|
275
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.ITransform3D'
|
|
276
|
+
_iid_ = Guid('{afea4941-2e49-533c-9f8f-2c126ef9893a}')
|
|
277
|
+
class ITransform3DFactory(ComPtr):
|
|
278
|
+
extends: IInspectable
|
|
279
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.ITransform3DFactory'
|
|
280
|
+
_iid_ = Guid('{9bcce0a1-10ac-5319-bdf1-548d2e5ae504}')
|
|
281
|
+
@winrt_commethod(6)
|
|
282
|
+
def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Transform3D: ...
|
|
283
|
+
class Matrix3D(Structure):
|
|
284
|
+
M11: Double
|
|
285
|
+
M12: Double
|
|
286
|
+
M13: Double
|
|
287
|
+
M14: Double
|
|
288
|
+
M21: Double
|
|
289
|
+
M22: Double
|
|
290
|
+
M23: Double
|
|
291
|
+
M24: Double
|
|
292
|
+
M31: Double
|
|
293
|
+
M32: Double
|
|
294
|
+
M33: Double
|
|
295
|
+
M34: Double
|
|
296
|
+
OffsetX: Double
|
|
297
|
+
OffsetY: Double
|
|
298
|
+
OffsetZ: Double
|
|
299
|
+
M44: Double
|
|
300
|
+
class _Matrix3DHelper_Meta_(ComPtr.__class__):
|
|
301
|
+
pass
|
|
302
|
+
class Matrix3DHelper(ComPtr, metaclass=_Matrix3DHelper_Meta_):
|
|
303
|
+
extends: IInspectable
|
|
304
|
+
default_interface: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelper
|
|
305
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.Matrix3DHelper'
|
|
306
|
+
@winrt_classmethod
|
|
307
|
+
def get_Identity(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
308
|
+
@winrt_classmethod
|
|
309
|
+
def Multiply(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics, matrix1: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D, matrix2: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
310
|
+
@winrt_classmethod
|
|
311
|
+
def FromElements(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics, m11: Double, m12: Double, m13: Double, m14: Double, m21: Double, m22: Double, m23: Double, m24: Double, m31: Double, m32: Double, m33: Double, m34: Double, offsetX: Double, offsetY: Double, offsetZ: Double, m44: Double) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
312
|
+
@winrt_classmethod
|
|
313
|
+
def GetHasInverse(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> Boolean: ...
|
|
314
|
+
@winrt_classmethod
|
|
315
|
+
def GetIsIdentity(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> Boolean: ...
|
|
316
|
+
@winrt_classmethod
|
|
317
|
+
def Invert(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IMatrix3DHelperStatics, target: win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Matrix3D: ...
|
|
318
|
+
_Matrix3DHelper_Meta_.Identity = property(get_Identity, None)
|
|
319
|
+
class _PerspectiveTransform3D_Meta_(ComPtr.__class__):
|
|
320
|
+
pass
|
|
321
|
+
class PerspectiveTransform3D(ComPtr, metaclass=_PerspectiveTransform3D_Meta_):
|
|
322
|
+
extends: win32more.Microsoft.UI.Xaml.Media.Media3D.Transform3D
|
|
323
|
+
default_interface: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D
|
|
324
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.PerspectiveTransform3D'
|
|
325
|
+
def __init__(self, *args, **kwargs):
|
|
326
|
+
if kwargs:
|
|
327
|
+
super().__init__(**kwargs)
|
|
328
|
+
elif len(args) == 0:
|
|
329
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Media.Media3D.PerspectiveTransform3D.CreateInstance(*args))
|
|
330
|
+
else:
|
|
331
|
+
raise ValueError('no matched constructor')
|
|
332
|
+
@winrt_activatemethod
|
|
333
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Media3D.PerspectiveTransform3D: ...
|
|
334
|
+
@winrt_mixinmethod
|
|
335
|
+
def get_Depth(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D) -> Double: ...
|
|
336
|
+
@winrt_mixinmethod
|
|
337
|
+
def put_Depth(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D, value: Double) -> Void: ...
|
|
338
|
+
@winrt_mixinmethod
|
|
339
|
+
def get_OffsetX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D) -> Double: ...
|
|
340
|
+
@winrt_mixinmethod
|
|
341
|
+
def put_OffsetX(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D, value: Double) -> Void: ...
|
|
342
|
+
@winrt_mixinmethod
|
|
343
|
+
def get_OffsetY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D) -> Double: ...
|
|
344
|
+
@winrt_mixinmethod
|
|
345
|
+
def put_OffsetY(self: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3D, value: Double) -> Void: ...
|
|
346
|
+
@winrt_classmethod
|
|
347
|
+
def get_DepthProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
348
|
+
@winrt_classmethod
|
|
349
|
+
def get_OffsetXProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
350
|
+
@winrt_classmethod
|
|
351
|
+
def get_OffsetYProperty(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.IPerspectiveTransform3DStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
352
|
+
Depth = property(get_Depth, put_Depth)
|
|
353
|
+
OffsetX = property(get_OffsetX, put_OffsetX)
|
|
354
|
+
OffsetY = property(get_OffsetY, put_OffsetY)
|
|
355
|
+
_PerspectiveTransform3D_Meta_.DepthProperty = property(get_DepthProperty, None)
|
|
356
|
+
_PerspectiveTransform3D_Meta_.OffsetXProperty = property(get_OffsetXProperty, None)
|
|
357
|
+
_PerspectiveTransform3D_Meta_.OffsetYProperty = property(get_OffsetYProperty, None)
|
|
358
|
+
class Transform3D(ComPtr):
|
|
359
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
360
|
+
default_interface: win32more.Microsoft.UI.Xaml.Media.Media3D.ITransform3D
|
|
361
|
+
_classid_ = 'Microsoft.UI.Xaml.Media.Media3D.Transform3D'
|
|
362
|
+
def __init__(self, *args, **kwargs):
|
|
363
|
+
if kwargs:
|
|
364
|
+
super().__init__(**kwargs)
|
|
365
|
+
elif len(args) == 0:
|
|
366
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Media.Media3D.Transform3D.CreateInstance(*args, None, None))
|
|
367
|
+
else:
|
|
368
|
+
raise ValueError('no matched constructor')
|
|
369
|
+
@winrt_factorymethod
|
|
370
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Media.Media3D.ITransform3DFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Media.Media3D.Transform3D: ...
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
make_ready(__name__)
|