[]
Represents a rounded-edge single-line border.
[TypeConverter(typeof(BorderConverter))]
public class RoundedLineBorder : LineBorder, IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorderGrayscaleSupport, IBorder3
<TypeConverter(GetType(BorderConverter))>
Public Class RoundedLineBorder
Inherits LineBorder
Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorderGrayscaleSupport, IBorder3
Name | Description |
---|---|
RoundedLineBorder(Color) | Creates a rounded-edge, single-line border with the specified color. |
RoundedLineBorder(Color, int) | Creates a rounded-edge, single-line border with the specified color and thickness. |
RoundedLineBorder(Color, int, bool, bool, bool, bool) | Creates a rounded-edge, single-line border with the specified color and thickness, and specifies on which sides the border is drawn. |
Name | Description |
---|---|
Paint(IBorderGraphics, float, float, float, float, bool) | Paints (prints) the rounded-edge, single-line border inside the specified rectangle to PDF. |
Paint(Graphics, int, int, int, int) | Paints the rounded-edge, single-line border inside the specified rectangle. |
Paint(Graphics, int, int, int, int, bool) | Paints the rounded-edge, single-line border inside the specified rectangle. |