[]
        
(Showing Draft Content)

FarPoint.Win.DoubleLineBorder

DoubleLineBorder Class

Represents a simple double-line border.

Inheritance
DoubleLineBorder
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
[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

Constructors

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.

Properties

Name Description
Thickness

Gets the thickness of the double-line border in pixels (always set to 3).

Methods

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.