[]
Represents a canvas element with a rounded rectangle.
public class RoundRect : CanvasItem, IDisposable, ICloneable, IBordered
public void DrawRoundRect(float left, float top, float width, float height, float edgeWidth, float edgeHeight)
{
CanvasItems.Add(new RoundRect(left, top, width, height, edgeWidth, edgeHeight));
}
| Name | Description |
|---|---|
| RoundRect(float, float, float, float, float, float) | Initializes a new instance of the RoundRect class. |
| Name | Description |
|---|---|
| Bounds | Gets the bounds of the item. |
| Name | Description |
|---|---|
| Clone() | Performs a cloning of this instance. |
| ToString() | Returns a string that represents the current object. |