win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__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.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
- win32more/Microsoft/UI/Composition/__init__.py +146 -125
- win32more/Microsoft/UI/Content/__init__.py +677 -32
- win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
- win32more/Microsoft/UI/Input/__init__.py +88 -66
- win32more/Microsoft/UI/Text/__init__.py +46 -0
- win32more/Microsoft/UI/Windowing/__init__.py +112 -21
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +101 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
- win32more/Microsoft/Windows/AI/__init__.py +51 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
- 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.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
|
@@ -56,20 +56,25 @@ class AnimationController(ComPtr, metaclass=_AnimationController_Meta_):
|
|
|
56
56
|
_AnimationController_Meta_.MaxPlaybackRate = property(get_MaxPlaybackRate, None)
|
|
57
57
|
_AnimationController_Meta_.MinPlaybackRate = property(get_MinPlaybackRate, None)
|
|
58
58
|
class AnimationControllerProgressBehavior(Enum, Int32):
|
|
59
|
+
_name_ = 'Microsoft.UI.Composition.AnimationControllerProgressBehavior'
|
|
59
60
|
Default = 0
|
|
60
61
|
IncludesDelayTime = 1
|
|
61
62
|
class AnimationDelayBehavior(Enum, Int32):
|
|
63
|
+
_name_ = 'Microsoft.UI.Composition.AnimationDelayBehavior'
|
|
62
64
|
SetInitialValueAfterDelay = 0
|
|
63
65
|
SetInitialValueBeforeDelay = 1
|
|
64
66
|
class AnimationDirection(Enum, Int32):
|
|
67
|
+
_name_ = 'Microsoft.UI.Composition.AnimationDirection'
|
|
65
68
|
Normal = 0
|
|
66
69
|
Reverse = 1
|
|
67
70
|
Alternate = 2
|
|
68
71
|
AlternateReverse = 3
|
|
69
72
|
class AnimationIterationBehavior(Enum, Int32):
|
|
73
|
+
_name_ = 'Microsoft.UI.Composition.AnimationIterationBehavior'
|
|
70
74
|
Count = 0
|
|
71
75
|
Forever = 1
|
|
72
76
|
class AnimationPropertyAccessMode(Enum, Int32):
|
|
77
|
+
_name_ = 'Microsoft.UI.Composition.AnimationPropertyAccessMode'
|
|
73
78
|
None_ = 0
|
|
74
79
|
ReadOnly = 1
|
|
75
80
|
WriteOnly = 2
|
|
@@ -88,6 +93,7 @@ class AnimationPropertyInfo(ComPtr):
|
|
|
88
93
|
def put_AccessMode(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo, value: win32more.Microsoft.UI.Composition.AnimationPropertyAccessMode) -> Void: ...
|
|
89
94
|
AccessMode = property(get_AccessMode, put_AccessMode)
|
|
90
95
|
class AnimationStopBehavior(Enum, Int32):
|
|
96
|
+
_name_ = 'Microsoft.UI.Composition.AnimationStopBehavior'
|
|
91
97
|
LeaveCurrentValue = 0
|
|
92
98
|
SetToInitialValue = 1
|
|
93
99
|
SetToFinalValue = 2
|
|
@@ -249,6 +255,7 @@ class CompositionBackdropBrush(ComPtr):
|
|
|
249
255
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionBackdropBrush
|
|
250
256
|
_classid_ = 'Microsoft.UI.Composition.CompositionBackdropBrush'
|
|
251
257
|
class CompositionBackfaceVisibility(Enum, Int32):
|
|
258
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBackfaceVisibility'
|
|
252
259
|
Inherit = 0
|
|
253
260
|
Visible = 1
|
|
254
261
|
Hidden = 2
|
|
@@ -257,12 +264,14 @@ class CompositionBatchCompletedEventArgs(ComPtr):
|
|
|
257
264
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionBatchCompletedEventArgs
|
|
258
265
|
_classid_ = 'Microsoft.UI.Composition.CompositionBatchCompletedEventArgs'
|
|
259
266
|
class CompositionBatchTypes(Enum, UInt32):
|
|
267
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBatchTypes'
|
|
260
268
|
None_ = 0
|
|
261
269
|
Animation = 1
|
|
262
270
|
Effect = 2
|
|
263
271
|
InfiniteAnimation = 4
|
|
264
272
|
AllAnimations = 5
|
|
265
273
|
class CompositionBitmapInterpolationMode(Enum, Int32):
|
|
274
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBitmapInterpolationMode'
|
|
266
275
|
NearestNeighbor = 0
|
|
267
276
|
Linear = 1
|
|
268
277
|
MagLinearMinLinearMipLinear = 2
|
|
@@ -274,6 +283,7 @@ class CompositionBitmapInterpolationMode(Enum, Int32):
|
|
|
274
283
|
MagNearestMinNearestMipLinear = 8
|
|
275
284
|
MagNearestMinNearestMipNearest = 9
|
|
276
285
|
class CompositionBorderMode(Enum, Int32):
|
|
286
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBorderMode'
|
|
277
287
|
Inherit = 0
|
|
278
288
|
Soft = 1
|
|
279
289
|
Hard = 2
|
|
@@ -398,6 +408,7 @@ class CompositionColorGradientStopCollection(ComPtr):
|
|
|
398
408
|
def GetMany(self: win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Composition.CompositionColorGradientStop], startIndex: UInt32, items: FillArray[win32more.Microsoft.UI.Composition.CompositionColorGradientStop]) -> UInt32: ...
|
|
399
409
|
Size = property(get_Size, None)
|
|
400
410
|
class CompositionColorSpace(Enum, Int32):
|
|
411
|
+
_name_ = 'Microsoft.UI.Composition.CompositionColorSpace'
|
|
401
412
|
Auto = 0
|
|
402
413
|
Hsl = 1
|
|
403
414
|
Rgb = 2
|
|
@@ -419,6 +430,7 @@ class CompositionCommitBatch(ComPtr):
|
|
|
419
430
|
IsEnded = property(get_IsEnded, None)
|
|
420
431
|
Completed = event(add_Completed, remove_Completed)
|
|
421
432
|
class CompositionCompositeMode(Enum, Int32):
|
|
433
|
+
_name_ = 'Microsoft.UI.Composition.CompositionCompositeMode'
|
|
422
434
|
Inherit = 0
|
|
423
435
|
SourceOver = 1
|
|
424
436
|
DestinationInvert = 2
|
|
@@ -457,6 +469,7 @@ class CompositionDrawingSurface(ComPtr):
|
|
|
457
469
|
Size = property(get_Size, None)
|
|
458
470
|
SizeInt32 = property(get_SizeInt32, None)
|
|
459
471
|
class CompositionDropShadowSourcePolicy(Enum, Int32):
|
|
472
|
+
_name_ = 'Microsoft.UI.Composition.CompositionDropShadowSourcePolicy'
|
|
460
473
|
Default = 0
|
|
461
474
|
InheritFromVisualContent = 1
|
|
462
475
|
class CompositionEasingFunction(ComPtr):
|
|
@@ -486,6 +499,7 @@ class CompositionEasingFunction(ComPtr):
|
|
|
486
499
|
@winrt_classmethod
|
|
487
500
|
def CreateSineEasingFunction(cls: win32more.Microsoft.UI.Composition.ICompositionEasingFunctionStatics, owner: win32more.Microsoft.UI.Composition.Compositor, mode: win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode) -> win32more.Microsoft.UI.Composition.SineEasingFunction: ...
|
|
488
501
|
class CompositionEasingFunctionMode(Enum, Int32):
|
|
502
|
+
_name_ = 'Microsoft.UI.Composition.CompositionEasingFunctionMode'
|
|
489
503
|
In = 0
|
|
490
504
|
Out = 1
|
|
491
505
|
InOut = 2
|
|
@@ -510,6 +524,7 @@ class CompositionEffectFactory(ComPtr):
|
|
|
510
524
|
ExtendedError = property(get_ExtendedError, None)
|
|
511
525
|
LoadStatus = property(get_LoadStatus, None)
|
|
512
526
|
class CompositionEffectFactoryLoadStatus(Enum, Int32):
|
|
527
|
+
_name_ = 'Microsoft.UI.Composition.CompositionEffectFactoryLoadStatus'
|
|
513
528
|
Success = 0
|
|
514
529
|
EffectTooComplex = 1
|
|
515
530
|
Pending = 2
|
|
@@ -578,6 +593,7 @@ class CompositionGeometry(ComPtr):
|
|
|
578
593
|
TrimOffset = property(get_TrimOffset, put_TrimOffset)
|
|
579
594
|
TrimStart = property(get_TrimStart, put_TrimStart)
|
|
580
595
|
class CompositionGetValueStatus(Enum, Int32):
|
|
596
|
+
_name_ = 'Microsoft.UI.Composition.CompositionGetValueStatus'
|
|
581
597
|
Succeeded = 0
|
|
582
598
|
TypeMismatch = 1
|
|
583
599
|
NotFound = 2
|
|
@@ -639,6 +655,7 @@ class CompositionGradientBrush(ComPtr):
|
|
|
639
655
|
Scale = property(get_Scale, put_Scale)
|
|
640
656
|
TransformMatrix = property(get_TransformMatrix, put_TransformMatrix)
|
|
641
657
|
class CompositionGradientExtendMode(Enum, Int32):
|
|
658
|
+
_name_ = 'Microsoft.UI.Composition.CompositionGradientExtendMode'
|
|
642
659
|
Clamp = 0
|
|
643
660
|
Wrap = 1
|
|
644
661
|
Mirror = 2
|
|
@@ -707,6 +724,7 @@ class CompositionLinearGradientBrush(ComPtr):
|
|
|
707
724
|
EndPoint = property(get_EndPoint, put_EndPoint)
|
|
708
725
|
StartPoint = property(get_StartPoint, put_StartPoint)
|
|
709
726
|
class CompositionMappingMode(Enum, Int32):
|
|
727
|
+
_name_ = 'Microsoft.UI.Composition.CompositionMappingMode'
|
|
710
728
|
Absolute = 0
|
|
711
729
|
Relative = 1
|
|
712
730
|
class CompositionMaskBrush(ComPtr):
|
|
@@ -1211,11 +1229,13 @@ class CompositionSpriteShape(ComPtr):
|
|
|
1211
1229
|
StrokeStartCap = property(get_StrokeStartCap, put_StrokeStartCap)
|
|
1212
1230
|
StrokeThickness = property(get_StrokeThickness, put_StrokeThickness)
|
|
1213
1231
|
class CompositionStretch(Enum, Int32):
|
|
1232
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStretch'
|
|
1214
1233
|
None_ = 0
|
|
1215
1234
|
Fill = 1
|
|
1216
1235
|
Uniform = 2
|
|
1217
1236
|
UniformToFill = 3
|
|
1218
1237
|
class CompositionStrokeCap(Enum, Int32):
|
|
1238
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStrokeCap'
|
|
1219
1239
|
Flat = 0
|
|
1220
1240
|
Square = 1
|
|
1221
1241
|
Round = 2
|
|
@@ -1253,6 +1273,7 @@ class CompositionStrokeDashArray(ComPtr):
|
|
|
1253
1273
|
def InsertAt(self: win32more.Windows.Foundation.Collections.IVector[Single], index: UInt32, value: Single) -> Void: ...
|
|
1254
1274
|
Size = property(get_Size, None)
|
|
1255
1275
|
class CompositionStrokeLineJoin(Enum, Int32):
|
|
1276
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStrokeLineJoin'
|
|
1256
1277
|
Miter = 0
|
|
1257
1278
|
Bevel = 1
|
|
1258
1279
|
Round = 2
|
|
@@ -1401,11 +1422,11 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1401
1422
|
@winrt_activatemethod
|
|
1402
1423
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Composition.Compositor: ...
|
|
1403
1424
|
@winrt_mixinmethod
|
|
1404
|
-
def
|
|
1425
|
+
def CreateGeometricClip(self: win32more.Microsoft.UI.Composition.ICompositor6) -> win32more.Microsoft.UI.Composition.CompositionGeometricClip: ...
|
|
1405
1426
|
@winrt_mixinmethod
|
|
1406
|
-
def
|
|
1427
|
+
def CreateColorKeyFrameAnimation(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.ColorKeyFrameAnimation: ...
|
|
1407
1428
|
@winrt_mixinmethod
|
|
1408
|
-
def
|
|
1429
|
+
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value: hstr) -> Void: ...
|
|
1409
1430
|
@winrt_mixinmethod
|
|
1410
1431
|
def get_GlobalPlaybackRate(self: win32more.Microsoft.UI.Composition.ICompositor5) -> Single: ...
|
|
1411
1432
|
@winrt_mixinmethod
|
|
@@ -1415,6 +1436,8 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1415
1436
|
@winrt_mixinmethod
|
|
1416
1437
|
def CreateBounceVector2Animation(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.BounceVector2NaturalMotionAnimation: ...
|
|
1417
1438
|
@winrt_mixinmethod
|
|
1439
|
+
def CreateBounceVector3Animation(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation: ...
|
|
1440
|
+
@winrt_mixinmethod
|
|
1418
1441
|
def CreateContainerShape(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.CompositionContainerShape: ...
|
|
1419
1442
|
@winrt_mixinmethod
|
|
1420
1443
|
def CreateEllipseGeometry(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.CompositionEllipseGeometry: ...
|
|
@@ -1441,9 +1464,9 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1441
1464
|
@winrt_mixinmethod
|
|
1442
1465
|
def RequestCommitAsync(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Windows.Foundation.IAsyncAction: ...
|
|
1443
1466
|
@winrt_mixinmethod
|
|
1444
|
-
def
|
|
1467
|
+
def CreateLinearEasingFunction(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.LinearEasingFunction: ...
|
|
1445
1468
|
@winrt_mixinmethod
|
|
1446
|
-
def
|
|
1469
|
+
def CreateSpringVector3Animation(self: win32more.Microsoft.UI.Composition.ICompositor4) -> win32more.Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation: ...
|
|
1447
1470
|
@winrt_mixinmethod
|
|
1448
1471
|
def CreateRedirectVisual(self: win32more.Microsoft.UI.Composition.ICompositor6) -> win32more.Microsoft.UI.Composition.RedirectVisual: ...
|
|
1449
1472
|
@winrt_mixinmethod
|
|
@@ -1475,9 +1498,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1475
1498
|
@winrt_mixinmethod
|
|
1476
1499
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
1477
1500
|
@winrt_mixinmethod
|
|
1478
|
-
def
|
|
1479
|
-
@winrt_mixinmethod
|
|
1480
|
-
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value: hstr) -> Void: ...
|
|
1501
|
+
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5) -> hstr: ...
|
|
1481
1502
|
@winrt_mixinmethod
|
|
1482
1503
|
def CreateColorBrush(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.CompositionColorBrush: ...
|
|
1483
1504
|
@winrt_mixinmethod
|
|
@@ -1499,7 +1520,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1499
1520
|
@winrt_mixinmethod
|
|
1500
1521
|
def CreateInsetClipWithInsets(self: win32more.Microsoft.UI.Composition.ICompositor, leftInset: Single, topInset: Single, rightInset: Single, bottomInset: Single) -> win32more.Microsoft.UI.Composition.InsetClip: ...
|
|
1501
1522
|
@winrt_mixinmethod
|
|
1502
|
-
def
|
|
1523
|
+
def CreateGeometricClipWithGeometry(self: win32more.Microsoft.UI.Composition.ICompositor6, geometry: win32more.Microsoft.UI.Composition.CompositionGeometry) -> win32more.Microsoft.UI.Composition.CompositionGeometricClip: ...
|
|
1503
1524
|
@winrt_mixinmethod
|
|
1504
1525
|
def CreatePropertySet(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.CompositionPropertySet: ...
|
|
1505
1526
|
@winrt_mixinmethod
|
|
@@ -1589,7 +1610,11 @@ class DistantLight(ComPtr):
|
|
|
1589
1610
|
default_interface: win32more.Microsoft.UI.Composition.IDistantLight
|
|
1590
1611
|
_classid_ = 'Microsoft.UI.Composition.DistantLight'
|
|
1591
1612
|
@winrt_mixinmethod
|
|
1592
|
-
def
|
|
1613
|
+
def get_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2) -> Single: ...
|
|
1614
|
+
@winrt_mixinmethod
|
|
1615
|
+
def put_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2, value: Single) -> Void: ...
|
|
1616
|
+
@winrt_mixinmethod
|
|
1617
|
+
def put_Color(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1593
1618
|
@winrt_mixinmethod
|
|
1594
1619
|
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IDistantLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
1595
1620
|
@winrt_mixinmethod
|
|
@@ -1599,11 +1624,7 @@ class DistantLight(ComPtr):
|
|
|
1599
1624
|
@winrt_mixinmethod
|
|
1600
1625
|
def put_Direction(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1601
1626
|
@winrt_mixinmethod
|
|
1602
|
-
def
|
|
1603
|
-
@winrt_mixinmethod
|
|
1604
|
-
def put_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2, value: Single) -> Void: ...
|
|
1605
|
-
@winrt_mixinmethod
|
|
1606
|
-
def put_Color(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1627
|
+
def get_Color(self: win32more.Microsoft.UI.Composition.IDistantLight) -> win32more.Windows.UI.Color: ...
|
|
1607
1628
|
Color = property(get_Color, put_Color)
|
|
1608
1629
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
1609
1630
|
Direction = property(get_Direction, put_Direction)
|
|
@@ -1613,10 +1634,12 @@ class DropShadow(ComPtr):
|
|
|
1613
1634
|
default_interface: win32more.Microsoft.UI.Composition.IDropShadow
|
|
1614
1635
|
_classid_ = 'Microsoft.UI.Composition.DropShadow'
|
|
1615
1636
|
@winrt_mixinmethod
|
|
1616
|
-
def get_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow) -> Single: ...
|
|
1617
|
-
@winrt_mixinmethod
|
|
1618
1637
|
def put_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow, value: Single) -> Void: ...
|
|
1619
1638
|
@winrt_mixinmethod
|
|
1639
|
+
def get_Offset(self: win32more.Microsoft.UI.Composition.IDropShadow) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
1640
|
+
@winrt_mixinmethod
|
|
1641
|
+
def put_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2, value: win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy) -> Void: ...
|
|
1642
|
+
@winrt_mixinmethod
|
|
1620
1643
|
def get_Color(self: win32more.Microsoft.UI.Composition.IDropShadow) -> win32more.Windows.UI.Color: ...
|
|
1621
1644
|
@winrt_mixinmethod
|
|
1622
1645
|
def put_Color(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Windows.UI.Color) -> Void: ...
|
|
@@ -1625,7 +1648,7 @@ class DropShadow(ComPtr):
|
|
|
1625
1648
|
@winrt_mixinmethod
|
|
1626
1649
|
def put_Mask(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
1627
1650
|
@winrt_mixinmethod
|
|
1628
|
-
def
|
|
1651
|
+
def get_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow) -> Single: ...
|
|
1629
1652
|
@winrt_mixinmethod
|
|
1630
1653
|
def put_Offset(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1631
1654
|
@winrt_mixinmethod
|
|
@@ -1634,8 +1657,6 @@ class DropShadow(ComPtr):
|
|
|
1634
1657
|
def put_Opacity(self: win32more.Microsoft.UI.Composition.IDropShadow, value: Single) -> Void: ...
|
|
1635
1658
|
@winrt_mixinmethod
|
|
1636
1659
|
def get_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2) -> win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy: ...
|
|
1637
|
-
@winrt_mixinmethod
|
|
1638
|
-
def put_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2, value: win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy) -> Void: ...
|
|
1639
1660
|
BlurRadius = property(get_BlurRadius, put_BlurRadius)
|
|
1640
1661
|
Color = property(get_Color, put_Color)
|
|
1641
1662
|
Mask = property(get_Mask, put_Mask)
|
|
@@ -1649,9 +1670,9 @@ class ElasticEasingFunction(ComPtr):
|
|
|
1649
1670
|
@winrt_mixinmethod
|
|
1650
1671
|
def get_Oscillations(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> Int32: ...
|
|
1651
1672
|
@winrt_mixinmethod
|
|
1652
|
-
def get_Mode(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode: ...
|
|
1653
|
-
@winrt_mixinmethod
|
|
1654
1673
|
def get_Springiness(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> Single: ...
|
|
1674
|
+
@winrt_mixinmethod
|
|
1675
|
+
def get_Mode(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode: ...
|
|
1655
1676
|
Mode = property(get_Mode, None)
|
|
1656
1677
|
Oscillations = property(get_Oscillations, None)
|
|
1657
1678
|
Springiness = property(get_Springiness, None)
|
|
@@ -4081,8 +4102,14 @@ class ImplicitAnimationCollection(ComPtr):
|
|
|
4081
4102
|
default_interface: win32more.Microsoft.UI.Composition.IImplicitAnimationCollection
|
|
4082
4103
|
_classid_ = 'Microsoft.UI.Composition.ImplicitAnimationCollection'
|
|
4083
4104
|
@winrt_mixinmethod
|
|
4105
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]: ...
|
|
4106
|
+
@winrt_mixinmethod
|
|
4107
|
+
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> win32more.Microsoft.UI.Composition.ICompositionAnimationBase: ...
|
|
4108
|
+
@winrt_mixinmethod
|
|
4084
4109
|
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> UInt32: ...
|
|
4085
4110
|
@winrt_mixinmethod
|
|
4111
|
+
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Boolean: ...
|
|
4112
|
+
@winrt_mixinmethod
|
|
4086
4113
|
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]: ...
|
|
4087
4114
|
@winrt_mixinmethod
|
|
4088
4115
|
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr, value: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Boolean: ...
|
|
@@ -4090,12 +4117,6 @@ class ImplicitAnimationCollection(ComPtr):
|
|
|
4090
4117
|
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Void: ...
|
|
4091
4118
|
@winrt_mixinmethod
|
|
4092
4119
|
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> Void: ...
|
|
4093
|
-
@winrt_mixinmethod
|
|
4094
|
-
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Boolean: ...
|
|
4095
|
-
@winrt_mixinmethod
|
|
4096
|
-
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]: ...
|
|
4097
|
-
@winrt_mixinmethod
|
|
4098
|
-
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> win32more.Microsoft.UI.Composition.ICompositionAnimationBase: ...
|
|
4099
4120
|
Size = property(get_Size, None)
|
|
4100
4121
|
class InitialValueExpressionCollection(ComPtr):
|
|
4101
4122
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
@@ -4103,12 +4124,10 @@ class InitialValueExpressionCollection(ComPtr):
|
|
|
4103
4124
|
default_interface: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]
|
|
4104
4125
|
_classid_ = 'Microsoft.UI.Composition.InitialValueExpressionCollection'
|
|
4105
4126
|
@winrt_mixinmethod
|
|
4106
|
-
def
|
|
4127
|
+
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> UInt32: ...
|
|
4107
4128
|
@winrt_mixinmethod
|
|
4108
4129
|
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr, value: hstr) -> Boolean: ...
|
|
4109
4130
|
@winrt_mixinmethod
|
|
4110
|
-
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> UInt32: ...
|
|
4111
|
-
@winrt_mixinmethod
|
|
4112
4131
|
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Boolean: ...
|
|
4113
4132
|
@winrt_mixinmethod
|
|
4114
4133
|
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
@@ -4118,27 +4137,29 @@ class InitialValueExpressionCollection(ComPtr):
|
|
|
4118
4137
|
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Void: ...
|
|
4119
4138
|
@winrt_mixinmethod
|
|
4120
4139
|
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> Void: ...
|
|
4140
|
+
@winrt_mixinmethod
|
|
4141
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]: ...
|
|
4121
4142
|
Size = property(get_Size, None)
|
|
4122
4143
|
class InsetClip(ComPtr):
|
|
4123
4144
|
extends: win32more.Microsoft.UI.Composition.CompositionClip
|
|
4124
4145
|
default_interface: win32more.Microsoft.UI.Composition.IInsetClip
|
|
4125
4146
|
_classid_ = 'Microsoft.UI.Composition.InsetClip'
|
|
4126
4147
|
@winrt_mixinmethod
|
|
4127
|
-
def get_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4128
|
-
@winrt_mixinmethod
|
|
4129
|
-
def put_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4130
|
-
@winrt_mixinmethod
|
|
4131
|
-
def get_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4132
|
-
@winrt_mixinmethod
|
|
4133
4148
|
def put_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4134
4149
|
@winrt_mixinmethod
|
|
4135
|
-
def
|
|
4150
|
+
def get_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4136
4151
|
@winrt_mixinmethod
|
|
4137
4152
|
def get_LeftInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4138
4153
|
@winrt_mixinmethod
|
|
4139
4154
|
def put_LeftInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4140
4155
|
@winrt_mixinmethod
|
|
4141
4156
|
def get_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4157
|
+
@winrt_mixinmethod
|
|
4158
|
+
def put_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4159
|
+
@winrt_mixinmethod
|
|
4160
|
+
def get_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4161
|
+
@winrt_mixinmethod
|
|
4162
|
+
def put_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4142
4163
|
BottomInset = property(get_BottomInset, put_BottomInset)
|
|
4143
4164
|
LeftInset = property(get_LeftInset, put_LeftInset)
|
|
4144
4165
|
RightInset = property(get_RightInset, put_RightInset)
|
|
@@ -4194,13 +4215,13 @@ class LayerVisual(ComPtr):
|
|
|
4194
4215
|
default_interface: win32more.Microsoft.UI.Composition.ILayerVisual
|
|
4195
4216
|
_classid_ = 'Microsoft.UI.Composition.LayerVisual'
|
|
4196
4217
|
@winrt_mixinmethod
|
|
4197
|
-
def put_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4198
|
-
@winrt_mixinmethod
|
|
4199
4218
|
def get_Effect(self: win32more.Microsoft.UI.Composition.ILayerVisual) -> win32more.Microsoft.UI.Composition.CompositionEffectBrush: ...
|
|
4200
4219
|
@winrt_mixinmethod
|
|
4201
|
-
def get_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4202
|
-
@winrt_mixinmethod
|
|
4203
4220
|
def put_Effect(self: win32more.Microsoft.UI.Composition.ILayerVisual, value: win32more.Microsoft.UI.Composition.CompositionEffectBrush) -> Void: ...
|
|
4221
|
+
@winrt_mixinmethod
|
|
4222
|
+
def put_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4223
|
+
@winrt_mixinmethod
|
|
4224
|
+
def get_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4204
4225
|
Effect = property(get_Effect, put_Effect)
|
|
4205
4226
|
Shadow = property(get_Shadow, put_Shadow)
|
|
4206
4227
|
class LinearEasingFunction(ComPtr):
|
|
@@ -4231,49 +4252,49 @@ class PathKeyFrameAnimation(ComPtr):
|
|
|
4231
4252
|
default_interface: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation
|
|
4232
4253
|
_classid_ = 'Microsoft.UI.Composition.PathKeyFrameAnimation'
|
|
4233
4254
|
@winrt_mixinmethod
|
|
4234
|
-
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath) -> Void: ...
|
|
4235
|
-
@winrt_mixinmethod
|
|
4236
4255
|
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4256
|
+
@winrt_mixinmethod
|
|
4257
|
+
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath) -> Void: ...
|
|
4237
4258
|
class PointLight(ComPtr):
|
|
4238
4259
|
extends: win32more.Microsoft.UI.Composition.CompositionLight
|
|
4239
4260
|
default_interface: win32more.Microsoft.UI.Composition.IPointLight
|
|
4240
4261
|
_classid_ = 'Microsoft.UI.Composition.PointLight'
|
|
4241
4262
|
@winrt_mixinmethod
|
|
4242
|
-
def
|
|
4263
|
+
def put_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4243
4264
|
@winrt_mixinmethod
|
|
4244
|
-
def
|
|
4265
|
+
def get_LinearAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4245
4266
|
@winrt_mixinmethod
|
|
4246
|
-
def
|
|
4267
|
+
def put_LinearAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4247
4268
|
@winrt_mixinmethod
|
|
4248
|
-
def
|
|
4269
|
+
def get_Offset(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4249
4270
|
@winrt_mixinmethod
|
|
4250
|
-
def
|
|
4271
|
+
def put_Offset(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4251
4272
|
@winrt_mixinmethod
|
|
4252
|
-
def
|
|
4273
|
+
def get_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4253
4274
|
@winrt_mixinmethod
|
|
4254
|
-
def
|
|
4275
|
+
def get_Color(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Windows.UI.Color: ...
|
|
4255
4276
|
@winrt_mixinmethod
|
|
4256
|
-
def
|
|
4277
|
+
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4257
4278
|
@winrt_mixinmethod
|
|
4258
4279
|
def put_Intensity(self: win32more.Microsoft.UI.Composition.IPointLight2, value: Single) -> Void: ...
|
|
4259
4280
|
@winrt_mixinmethod
|
|
4260
|
-
def
|
|
4281
|
+
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3) -> Single: ...
|
|
4261
4282
|
@winrt_mixinmethod
|
|
4262
|
-
def
|
|
4283
|
+
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3, value: Single) -> Void: ...
|
|
4263
4284
|
@winrt_mixinmethod
|
|
4264
|
-
def
|
|
4285
|
+
def get_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3) -> Single: ...
|
|
4265
4286
|
@winrt_mixinmethod
|
|
4266
|
-
def
|
|
4287
|
+
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3, value: Single) -> Void: ...
|
|
4267
4288
|
@winrt_mixinmethod
|
|
4268
4289
|
def get_Intensity(self: win32more.Microsoft.UI.Composition.IPointLight2) -> Single: ...
|
|
4269
4290
|
@winrt_mixinmethod
|
|
4270
|
-
def
|
|
4291
|
+
def put_Color(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4271
4292
|
@winrt_mixinmethod
|
|
4272
|
-
def
|
|
4293
|
+
def get_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4273
4294
|
@winrt_mixinmethod
|
|
4274
|
-
def
|
|
4295
|
+
def put_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4275
4296
|
@winrt_mixinmethod
|
|
4276
|
-
def
|
|
4297
|
+
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4277
4298
|
Color = property(get_Color, put_Color)
|
|
4278
4299
|
ConstantAttenuation = property(get_ConstantAttenuation, put_ConstantAttenuation)
|
|
4279
4300
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
@@ -4306,25 +4327,17 @@ class RectangleClip(ComPtr):
|
|
|
4306
4327
|
default_interface: win32more.Microsoft.UI.Composition.IRectangleClip
|
|
4307
4328
|
_classid_ = 'Microsoft.UI.Composition.RectangleClip'
|
|
4308
4329
|
@winrt_mixinmethod
|
|
4309
|
-
def put_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4310
|
-
@winrt_mixinmethod
|
|
4311
|
-
def put_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4312
|
-
@winrt_mixinmethod
|
|
4313
|
-
def get_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4314
|
-
@winrt_mixinmethod
|
|
4315
4330
|
def get_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4316
4331
|
@winrt_mixinmethod
|
|
4317
4332
|
def get_Top(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4318
4333
|
@winrt_mixinmethod
|
|
4319
4334
|
def put_Top(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4320
4335
|
@winrt_mixinmethod
|
|
4321
|
-
def get_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4322
|
-
@winrt_mixinmethod
|
|
4323
4336
|
def put_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4324
4337
|
@winrt_mixinmethod
|
|
4325
|
-
def
|
|
4338
|
+
def put_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4326
4339
|
@winrt_mixinmethod
|
|
4327
|
-
def
|
|
4340
|
+
def put_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4328
4341
|
@winrt_mixinmethod
|
|
4329
4342
|
def get_BottomLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4330
4343
|
@winrt_mixinmethod
|
|
@@ -4337,6 +4350,14 @@ class RectangleClip(ComPtr):
|
|
|
4337
4350
|
def get_Left(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4338
4351
|
@winrt_mixinmethod
|
|
4339
4352
|
def put_Left(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4353
|
+
@winrt_mixinmethod
|
|
4354
|
+
def get_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4355
|
+
@winrt_mixinmethod
|
|
4356
|
+
def get_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4357
|
+
@winrt_mixinmethod
|
|
4358
|
+
def get_TopRightRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4359
|
+
@winrt_mixinmethod
|
|
4360
|
+
def put_TopRightRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4340
4361
|
Bottom = property(get_Bottom, put_Bottom)
|
|
4341
4362
|
BottomLeftRadius = property(get_BottomLeftRadius, put_BottomLeftRadius)
|
|
4342
4363
|
BottomRightRadius = property(get_BottomRightRadius, put_BottomRightRadius)
|
|
@@ -4395,9 +4416,9 @@ class ShapeVisual(ComPtr):
|
|
|
4395
4416
|
@winrt_mixinmethod
|
|
4396
4417
|
def put_ViewBox(self: win32more.Microsoft.UI.Composition.IShapeVisual, value: win32more.Microsoft.UI.Composition.CompositionViewBox) -> Void: ...
|
|
4397
4418
|
@winrt_mixinmethod
|
|
4398
|
-
def get_Shapes(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionShapeCollection: ...
|
|
4399
|
-
@winrt_mixinmethod
|
|
4400
4419
|
def get_ViewBox(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionViewBox: ...
|
|
4420
|
+
@winrt_mixinmethod
|
|
4421
|
+
def get_Shapes(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionShapeCollection: ...
|
|
4401
4422
|
Shapes = property(get_Shapes, None)
|
|
4402
4423
|
ViewBox = property(get_ViewBox, put_ViewBox)
|
|
4403
4424
|
class SineEasingFunction(ComPtr):
|
|
@@ -4412,30 +4433,18 @@ class SpotLight(ComPtr):
|
|
|
4412
4433
|
default_interface: win32more.Microsoft.UI.Composition.ISpotLight
|
|
4413
4434
|
_classid_ = 'Microsoft.UI.Composition.SpotLight'
|
|
4414
4435
|
@winrt_mixinmethod
|
|
4415
|
-
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4416
|
-
@winrt_mixinmethod
|
|
4417
|
-
def put_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4418
|
-
@winrt_mixinmethod
|
|
4419
|
-
def put_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4420
|
-
@winrt_mixinmethod
|
|
4421
|
-
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4422
|
-
@winrt_mixinmethod
|
|
4423
|
-
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4424
|
-
@winrt_mixinmethod
|
|
4425
|
-
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4426
|
-
@winrt_mixinmethod
|
|
4427
|
-
def get_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4428
|
-
@winrt_mixinmethod
|
|
4429
|
-
def get_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4430
|
-
@winrt_mixinmethod
|
|
4431
4436
|
def get_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4432
4437
|
@winrt_mixinmethod
|
|
4433
|
-
def
|
|
4438
|
+
def put_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4439
|
+
@winrt_mixinmethod
|
|
4440
|
+
def put_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4434
4441
|
@winrt_mixinmethod
|
|
4435
4442
|
def put_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4436
4443
|
@winrt_mixinmethod
|
|
4437
4444
|
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4438
4445
|
@winrt_mixinmethod
|
|
4446
|
+
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4447
|
+
@winrt_mixinmethod
|
|
4439
4448
|
def get_Direction(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4440
4449
|
@winrt_mixinmethod
|
|
4441
4450
|
def put_Direction(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
@@ -4470,11 +4479,23 @@ class SpotLight(ComPtr):
|
|
|
4470
4479
|
@winrt_mixinmethod
|
|
4471
4480
|
def get_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Windows.UI.Color: ...
|
|
4472
4481
|
@winrt_mixinmethod
|
|
4473
|
-
def put_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4474
|
-
@winrt_mixinmethod
|
|
4475
4482
|
def get_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight) -> Single: ...
|
|
4476
4483
|
@winrt_mixinmethod
|
|
4477
|
-
def
|
|
4484
|
+
def get_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4485
|
+
@winrt_mixinmethod
|
|
4486
|
+
def put_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4487
|
+
@winrt_mixinmethod
|
|
4488
|
+
def get_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4489
|
+
@winrt_mixinmethod
|
|
4490
|
+
def put_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4491
|
+
@winrt_mixinmethod
|
|
4492
|
+
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4493
|
+
@winrt_mixinmethod
|
|
4494
|
+
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4495
|
+
@winrt_mixinmethod
|
|
4496
|
+
def put_InnerConeAngle(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4497
|
+
@winrt_mixinmethod
|
|
4498
|
+
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4478
4499
|
ConstantAttenuation = property(get_ConstantAttenuation, put_ConstantAttenuation)
|
|
4479
4500
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
4480
4501
|
Direction = property(get_Direction, put_Direction)
|
|
@@ -4496,11 +4517,11 @@ class SpringScalarNaturalMotionAnimation(ComPtr):
|
|
|
4496
4517
|
default_interface: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation
|
|
4497
4518
|
_classid_ = 'Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation'
|
|
4498
4519
|
@winrt_mixinmethod
|
|
4499
|
-
def
|
|
4520
|
+
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation) -> Single: ...
|
|
4500
4521
|
@winrt_mixinmethod
|
|
4501
4522
|
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4502
4523
|
@winrt_mixinmethod
|
|
4503
|
-
def
|
|
4524
|
+
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation, value: Single) -> Void: ...
|
|
4504
4525
|
@winrt_mixinmethod
|
|
4505
4526
|
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4506
4527
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
@@ -4510,13 +4531,13 @@ class SpringVector2NaturalMotionAnimation(ComPtr):
|
|
|
4510
4531
|
default_interface: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation
|
|
4511
4532
|
_classid_ = 'Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation'
|
|
4512
4533
|
@winrt_mixinmethod
|
|
4513
|
-
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4514
|
-
@winrt_mixinmethod
|
|
4515
4534
|
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4516
4535
|
@winrt_mixinmethod
|
|
4517
4536
|
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> Single: ...
|
|
4518
4537
|
@winrt_mixinmethod
|
|
4519
4538
|
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation, value: Single) -> Void: ...
|
|
4539
|
+
@winrt_mixinmethod
|
|
4540
|
+
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4520
4541
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
4521
4542
|
Period = property(get_Period, put_Period)
|
|
4522
4543
|
class SpringVector3NaturalMotionAnimation(ComPtr):
|
|
@@ -4524,13 +4545,13 @@ class SpringVector3NaturalMotionAnimation(ComPtr):
|
|
|
4524
4545
|
default_interface: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation
|
|
4525
4546
|
_classid_ = 'Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation'
|
|
4526
4547
|
@winrt_mixinmethod
|
|
4527
|
-
def
|
|
4528
|
-
@winrt_mixinmethod
|
|
4529
|
-
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4548
|
+
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: Single) -> Void: ...
|
|
4530
4549
|
@winrt_mixinmethod
|
|
4531
4550
|
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation) -> Single: ...
|
|
4532
4551
|
@winrt_mixinmethod
|
|
4533
|
-
def
|
|
4552
|
+
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4553
|
+
@winrt_mixinmethod
|
|
4554
|
+
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4534
4555
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
4535
4556
|
Period = property(get_Period, put_Period)
|
|
4536
4557
|
class SpriteVisual(ComPtr):
|
|
@@ -4538,13 +4559,13 @@ class SpriteVisual(ComPtr):
|
|
|
4538
4559
|
default_interface: win32more.Microsoft.UI.Composition.ISpriteVisual
|
|
4539
4560
|
_classid_ = 'Microsoft.UI.Composition.SpriteVisual'
|
|
4540
4561
|
@winrt_mixinmethod
|
|
4541
|
-
def put_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4542
|
-
@winrt_mixinmethod
|
|
4543
|
-
def get_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4544
|
-
@winrt_mixinmethod
|
|
4545
4562
|
def get_Brush(self: win32more.Microsoft.UI.Composition.ISpriteVisual) -> win32more.Microsoft.UI.Composition.CompositionBrush: ...
|
|
4546
4563
|
@winrt_mixinmethod
|
|
4564
|
+
def put_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4565
|
+
@winrt_mixinmethod
|
|
4547
4566
|
def put_Brush(self: win32more.Microsoft.UI.Composition.ISpriteVisual, value: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
4567
|
+
@winrt_mixinmethod
|
|
4568
|
+
def get_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4548
4569
|
Brush = property(get_Brush, put_Brush)
|
|
4549
4570
|
Shadow = property(get_Shadow, put_Shadow)
|
|
4550
4571
|
class StepEasingFunction(ComPtr):
|
|
@@ -4552,11 +4573,13 @@ class StepEasingFunction(ComPtr):
|
|
|
4552
4573
|
default_interface: win32more.Microsoft.UI.Composition.IStepEasingFunction
|
|
4553
4574
|
_classid_ = 'Microsoft.UI.Composition.StepEasingFunction'
|
|
4554
4575
|
@winrt_mixinmethod
|
|
4555
|
-
def
|
|
4576
|
+
def put_StepCount(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Int32) -> Void: ...
|
|
4577
|
+
@winrt_mixinmethod
|
|
4578
|
+
def get_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4556
4579
|
@winrt_mixinmethod
|
|
4557
4580
|
def put_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Boolean) -> Void: ...
|
|
4558
4581
|
@winrt_mixinmethod
|
|
4559
|
-
def
|
|
4582
|
+
def get_StepCount(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Int32: ...
|
|
4560
4583
|
@winrt_mixinmethod
|
|
4561
4584
|
def get_InitialStep(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Int32: ...
|
|
4562
4585
|
@winrt_mixinmethod
|
|
@@ -4569,8 +4592,6 @@ class StepEasingFunction(ComPtr):
|
|
|
4569
4592
|
def get_IsFinalStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4570
4593
|
@winrt_mixinmethod
|
|
4571
4594
|
def put_IsFinalStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Boolean) -> Void: ...
|
|
4572
|
-
@winrt_mixinmethod
|
|
4573
|
-
def get_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4574
4595
|
FinalStep = property(get_FinalStep, put_FinalStep)
|
|
4575
4596
|
InitialStep = property(get_InitialStep, put_InitialStep)
|
|
4576
4597
|
IsFinalStepSingleFrame = property(get_IsFinalStepSingleFrame, put_IsFinalStepSingleFrame)
|
|
@@ -4608,9 +4629,9 @@ class Vector3KeyFrameAnimation(ComPtr):
|
|
|
4608
4629
|
default_interface: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation
|
|
4609
4630
|
_classid_ = 'Microsoft.UI.Composition.Vector3KeyFrameAnimation'
|
|
4610
4631
|
@winrt_mixinmethod
|
|
4611
|
-
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4612
|
-
@winrt_mixinmethod
|
|
4613
4632
|
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4633
|
+
@winrt_mixinmethod
|
|
4634
|
+
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4614
4635
|
class Vector3NaturalMotionAnimation(ComPtr):
|
|
4615
4636
|
extends: win32more.Microsoft.UI.Composition.NaturalMotionAnimation
|
|
4616
4637
|
default_interface: win32more.Microsoft.UI.Composition.IVector3NaturalMotionAnimation
|
|
@@ -4635,30 +4656,30 @@ class Vector4KeyFrameAnimation(ComPtr):
|
|
|
4635
4656
|
default_interface: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation
|
|
4636
4657
|
_classid_ = 'Microsoft.UI.Composition.Vector4KeyFrameAnimation'
|
|
4637
4658
|
@winrt_mixinmethod
|
|
4638
|
-
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4639
|
-
@winrt_mixinmethod
|
|
4640
4659
|
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
4660
|
+
@winrt_mixinmethod
|
|
4661
|
+
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4641
4662
|
class Visual(ComPtr):
|
|
4642
4663
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
4643
4664
|
default_interface: win32more.Microsoft.UI.Composition.IVisual
|
|
4644
4665
|
_classid_ = 'Microsoft.UI.Composition.Visual'
|
|
4645
4666
|
@winrt_mixinmethod
|
|
4646
|
-
def put_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4647
|
-
@winrt_mixinmethod
|
|
4648
4667
|
def put_IsPixelSnappingEnabled(self: win32more.Microsoft.UI.Composition.IVisual4, value: Boolean) -> Void: ...
|
|
4649
4668
|
@winrt_mixinmethod
|
|
4650
|
-
def get_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4651
|
-
@winrt_mixinmethod
|
|
4652
4669
|
def get_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4653
4670
|
@winrt_mixinmethod
|
|
4654
|
-
def put_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4655
|
-
@winrt_mixinmethod
|
|
4656
4671
|
def get_IsHitTestVisible(self: win32more.Microsoft.UI.Composition.IVisual3) -> Boolean: ...
|
|
4657
4672
|
@winrt_mixinmethod
|
|
4658
4673
|
def put_IsHitTestVisible(self: win32more.Microsoft.UI.Composition.IVisual3, value: Boolean) -> Void: ...
|
|
4659
4674
|
@winrt_mixinmethod
|
|
4660
4675
|
def get_IsPixelSnappingEnabled(self: win32more.Microsoft.UI.Composition.IVisual4) -> Boolean: ...
|
|
4661
4676
|
@winrt_mixinmethod
|
|
4677
|
+
def put_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual, value: Boolean) -> Void: ...
|
|
4678
|
+
@winrt_mixinmethod
|
|
4679
|
+
def put_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4680
|
+
@winrt_mixinmethod
|
|
4681
|
+
def put_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4682
|
+
@winrt_mixinmethod
|
|
4662
4683
|
def put_BackfaceVisibility(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Microsoft.UI.Composition.CompositionBackfaceVisibility) -> Void: ...
|
|
4663
4684
|
@winrt_mixinmethod
|
|
4664
4685
|
def put_AnchorPoint(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
@@ -4685,8 +4706,6 @@ class Visual(ComPtr):
|
|
|
4685
4706
|
@winrt_mixinmethod
|
|
4686
4707
|
def get_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual) -> Boolean: ...
|
|
4687
4708
|
@winrt_mixinmethod
|
|
4688
|
-
def put_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual, value: Boolean) -> Void: ...
|
|
4689
|
-
@winrt_mixinmethod
|
|
4690
4709
|
def get_Offset(self: win32more.Microsoft.UI.Composition.IVisual) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4691
4710
|
@winrt_mixinmethod
|
|
4692
4711
|
def put_Offset(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
@@ -4728,6 +4747,8 @@ class Visual(ComPtr):
|
|
|
4728
4747
|
def get_ParentForTransform(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4729
4748
|
@winrt_mixinmethod
|
|
4730
4749
|
def put_ParentForTransform(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4750
|
+
@winrt_mixinmethod
|
|
4751
|
+
def get_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4731
4752
|
AnchorPoint = property(get_AnchorPoint, put_AnchorPoint)
|
|
4732
4753
|
BackfaceVisibility = property(get_BackfaceVisibility, put_BackfaceVisibility)
|
|
4733
4754
|
BorderMode = property(get_BorderMode, put_BorderMode)
|
|
@@ -4756,7 +4777,7 @@ class VisualCollection(ComPtr):
|
|
|
4756
4777
|
default_interface: win32more.Microsoft.UI.Composition.IVisualCollection
|
|
4757
4778
|
_classid_ = 'Microsoft.UI.Composition.VisualCollection'
|
|
4758
4779
|
@winrt_mixinmethod
|
|
4759
|
-
def
|
|
4780
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Visual]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Visual]: ...
|
|
4760
4781
|
@winrt_mixinmethod
|
|
4761
4782
|
def InsertAbove(self: win32more.Microsoft.UI.Composition.IVisualCollection, newChild: win32more.Microsoft.UI.Composition.Visual, sibling: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4762
4783
|
@winrt_mixinmethod
|
|
@@ -4766,11 +4787,11 @@ class VisualCollection(ComPtr):
|
|
|
4766
4787
|
@winrt_mixinmethod
|
|
4767
4788
|
def InsertBelow(self: win32more.Microsoft.UI.Composition.IVisualCollection, newChild: win32more.Microsoft.UI.Composition.Visual, sibling: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4768
4789
|
@winrt_mixinmethod
|
|
4769
|
-
def
|
|
4790
|
+
def Remove(self: win32more.Microsoft.UI.Composition.IVisualCollection, child: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4770
4791
|
@winrt_mixinmethod
|
|
4771
4792
|
def RemoveAll(self: win32more.Microsoft.UI.Composition.IVisualCollection) -> Void: ...
|
|
4772
4793
|
@winrt_mixinmethod
|
|
4773
|
-
def
|
|
4794
|
+
def get_Count(self: win32more.Microsoft.UI.Composition.IVisualCollection) -> Int32: ...
|
|
4774
4795
|
Count = property(get_Count, None)
|
|
4775
4796
|
class VisualUnorderedCollection(ComPtr):
|
|
4776
4797
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
@@ -4778,7 +4799,7 @@ class VisualUnorderedCollection(ComPtr):
|
|
|
4778
4799
|
default_interface: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection
|
|
4779
4800
|
_classid_ = 'Microsoft.UI.Composition.VisualUnorderedCollection'
|
|
4780
4801
|
@winrt_mixinmethod
|
|
4781
|
-
def
|
|
4802
|
+
def get_Count(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection) -> Int32: ...
|
|
4782
4803
|
@winrt_mixinmethod
|
|
4783
4804
|
def Add(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection, newVisual: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4784
4805
|
@winrt_mixinmethod
|
|
@@ -4786,7 +4807,7 @@ class VisualUnorderedCollection(ComPtr):
|
|
|
4786
4807
|
@winrt_mixinmethod
|
|
4787
4808
|
def RemoveAll(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection) -> Void: ...
|
|
4788
4809
|
@winrt_mixinmethod
|
|
4789
|
-
def
|
|
4810
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Visual]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Visual]: ...
|
|
4790
4811
|
Count = property(get_Count, None)
|
|
4791
4812
|
|
|
4792
4813
|
|