Interface IRectangleShapes
public interface IRectangleShapes
Properties
Count
int Count { get; }
Property Value
this[int]
IRectangleShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IRectangleShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddRectangle(int, int, int, int, RectangleShapeType)
IRectangleShape AddRectangle(int row, int column, int height, int width, RectangleShapeType rectShapeType)
Parameters
row
intcolumn
intheight
intwidth
intrectShapeType
RectangleShapeType