StiBorderSide Class

Namespace: Stimulsoft.Base.Drawing

Inheritance

Implements: ICloneable

Constructors

Constructor Description
StiBorderSide() Creates a new instance of the StiBorderSide class.
StiBorderSide(Color color, double size, StiPenStyle style) Creates a new instance of the StiBorderSide class.

StiBorderSide()

Creates a new instance of the StiBorderSide class.


StiBorderSide(color: Color, size: double, style: StiPenStyle)

Creates a new instance of the StiBorderSide class.

Parameters

  • color (Color) — Border color.
  • size (double) — Border size.
  • style (StiPenStyle) — Border style.

Properties

Property Type Description
Color Color  
Size double  
Style StiPenStyle  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
Equals (+1 overloads) bool  
GetHashCode int  
GetSizeOffset float  

Method Details

Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


Equals

Equals(other: StiBorderSide): bool

Parameters

Returns bool


Equals(obj: object): bool

Parameters

  • obj (object)

Returns bool


GetHashCode

GetHashCode(): int

Returns int


GetSizeOffset

GetSizeOffset(): float

Returns float