[]
Represents an line item element.
public class LineItem : CanvasItem, IDisposable, ICloneable
public void DrawLine(float startX, float startY, float endX, float endY)
{
CanvasItems.Add(new LineItem(startX,startY,endX,endY));
}
Name | Description |
---|---|
Clone() | Performs a cloning of this instance. |
CreateRead(BinaryReader, short) | Creates LineItem and reads it from specified reader. |
ToString() | Returns a string that represents the current object. |