Constructor UIRectangle
UIRectangle()
Declaration
public UIRectangle()
UIRectangle(Point, Size)
Declaration
public UIRectangle(Point position, Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | position | |
System.Drawing.Size | size |
UIRectangle(Point, Size, Color)
Declaration
public UIRectangle(Point position, Size size, Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | position | |
System.Drawing.Size | size | |
System.Drawing.Color | color |