[]
Draws the border.
public void DrawBorder(Border border, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
Border | border | The border. |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
Draws the border.
public void DrawBorder(Border border, RectangleF bounds)
Type | Name | Description |
---|---|---|
Border | border | The border. |
RectangleF | bounds | The bounds. |
Draws the border.
public void DrawBorder(Border border, RectangleF bounds, float bWidthT, float bWidthL, float bWidthB, float bWidthR)
Type | Name | Description |
---|---|---|
Border | border | The border. |
RectangleF | bounds | The bounds. |
float | bWidthT | |
float | bWidthL | |
float | bWidthB | |
float | bWidthR |