[]
        
(Showing Draft Content)

FarPoint.Win.EmptyBorder

EmptyBorder Class

Represents an empty border that takes no space.

Inheritance
EmptyBorder
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
[TypeConverter(typeof(BorderConverter))]
public class EmptyBorder : IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3
<TypeConverter(GetType(BorderConverter))>
Public Class EmptyBorder
    Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3

Constructors

Name Description
EmptyBorder()

Creates an empty border (EmptyBorder object).

Properties

Name Description
Inset

Gets the insets of the border.

Methods

Name Description
Clone()

Clones the border object.

CompareTo(object)

Compares the current object with another object of the same type.

Deserialize(XmlNodeReader)

Loads the object from XML.

Equals(object)

Compares the specified object to this border object.

Paint(IBorderGraphics, float, float, float, float, bool)

Paints (prints) the border inside the specified rectangle to PDF.

Paint(Graphics, int, int, int, int)

Paints the border inside the specified rectangle.

Paint(Graphics, int, int, int, int, bool)

Paints the border inside the specified rectangle.

Serialize(XmlTextWriter)

Saves the object to XML.