[]
Represents the extended version of RoundRect canvas item. It provides ability to change radius of each corner separately.
public class RoundRectEx : CanvasItem, IDisposable, ICloneable, IBordered
Name | Description |
---|---|
RoundRectEx(float, float, float, float, float, float) | Initializes a new instance of the RoundRectEx class. |
RoundRectEx(float, float, float, float, float, float, float, float) | Initializes a new instance of the RoundRectEx 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. |