Interface ILines
public interface ILines
Properties
Count
int Count { get; }
Property Value
this[int]
ILineShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
ILineShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddLine(int, int, int, int, LineShapeType)
ILineShape AddLine(int row, int column, int width, int height, LineShapeType lineShapeType)
Parameters
row
intcolumn
intwidth
intheight
intlineShapeType
LineShapeType