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