[]
Represents a canvas element with an intersection clip.
public class IntersectClip : CanvasItem, IDisposable, ICloneable, IBordered
public void DrawIntersectClip(float startX, float startY, float endX, float endY)
{
CanvasItems.Add(new IntersectClip(new RectangleF(startX,startY,endX,endY));
}
Name | Description |
---|---|
Bounds | Gets the bounds of the item. |
Height | Gets the height of the item. |
Left | Gets the left of of the item. |
Top | Gets the top of the item. |
Width | Gets the width of the item. |
Name | Description |
---|---|
Clone() | Performs a cloning of this instance. |
ToString() | Returns a string that represents the current object. |