Class Rectangle
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The Rectangle is a class that is used to draw a solid colored rectangle.
C#Copy[Obsolete("This has been deprecated in API12")] public class Rectangle : EvasObject
- Inheritance
Constructors
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public Rectangle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | The EvasObject to which the new slider will be attached as a child. |
Methods
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |