XEmbedPlug Class
Definition
public class XEmbedPlug
Methods
| Name | Description |
|---|---|
| Create (2 overloads) | No summary available. |
| Dispose | No summary available. |
| ProcessInteractiveResize | No summary available. |
Create overloads
Create Method
public Avalonia.X11.XEmbedPlug Create()
Returns
Create Method
public Avalonia.X11.XEmbedPlug Create(IntPtr embedderXid)
Parameters
embedderXid IntPtr
Returns
Dispose Method
public void Dispose()
ProcessInteractiveResize Method
public void ProcessInteractiveResize(Avalonia.PixelSize size)
Parameters
size Avalonia.PixelSize
Properties
| Name | Description |
|---|---|
| BackgroundColor | No summary available. |
| Content | No summary available. |
| Handle | No summary available. |
| ScaleFactor | No summary available. |
BackgroundColor Property
public Avalonia.Media.Color BackgroundColor { get; set; }
Content Property
public object Content { get; set; }
Handle Property
public IntPtr Handle { get; set; }
ScaleFactor Property
public double ScaleFactor { get; set; }