Class Rectangle
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
The Rectangle is a class that is used to draw a solid colored rectangle.
public class Rectangle : EvasObject
- Inheritance
Constructors
View SourceRectangle(EvasObject)
Creates and initializes a new instance of the Rectangle class.
Declaration
public Rectangle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | The Evas |
Methods
View SourceCreateHandle(EvasObject)
Creates a widget handle.
Declaration
protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System. |
Handle IntPtr. |