Interface IArcShapes
public interface IArcShapes
Properties
Count
int Count { get; }
Property Value
this[int]
IArcShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IArcShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddArc(int, int, int, int)
IArcShape AddArc(int row, int column, int height, int width)