Skip to main content

ITransformProvider Interface

Definition

Namespace: Avalonia.Win32.Interop.Automation
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("6829ddc4-4f91-4ffa-b86f-bd3e2987cb4c")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITransformProvider
View Source

Properties

CanMove 
CanResize 
CanRotate 

Methods

Move(Double, Double) 
Resize(Double, Double) 
Rotate(Double) 

See Also

Reference

Avalonia.Win32.Interop.Automation Namespace