[]
        
(Showing Draft Content)

FarPoint.Win.RoundedLineBorderFactory

RoundedLineBorderFactory Class

Represents a class for creating rounded-edge, single-line border objects in environments that do not support parameterized constructors.

Inheritance
RoundedLineBorderFactory
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class RoundedLineBorderFactory
Public Class RoundedLineBorderFactory

Constructors

Name Description
RoundedLineBorderFactory()

Creates a rounded-edge, single-line border factory object.

Methods

Name Description
CreateRoundedLineBorder(Color)

Creates a rounded-edge, single-line border with the specified color.

CreateRoundedLineBorder(Color, int)

Creates a rounded-edge, single-line border with the specified color and thickness.

CreateRoundedLineBorder(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.