[]
Represents a simple double-line border.
[TypeConverter(typeof(BorderConverter))]
public class DoubleLineBorder : LineBorder, IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3, IBorderGrayscaleSupport
<TypeConverter(GetType(BorderConverter))>
Public Class DoubleLineBorder
Inherits LineBorder
Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3, IBorderGrayscaleSupport
Name | Description |
---|---|
DoubleLineBorder(Color) | Creates a double-line border with the specified color and a width of 3. |
DoubleLineBorder(Color, bool, bool, bool, bool) | Creates a double-line border with the specified color, a width of 3, and sides on which the border is drawn. |
Name | Description |
---|---|
Thickness | Gets the thickness of the double-line border in pixels (always set to 3). |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Paint(IBorderGraphics, float, float, float, float, bool) | Paints (prints) to PDF the double-line border inside the specified rectangle. |
Paint(Graphics, int, int, int, int) | Paints the double-line border inside the specified rectangle. |
Paint(Graphics, int, int, int, int, bool) | Paints the double-line border inside the specified rectangle. |
Serialize(XmlTextWriter) | Saves the object to XML. |