Skip to content

PathVisualAppearance

Namespace: O2S.Components.PDF4NET.View

Defines the visual appearance for a drawn path.

public class PathVisualAppearance

Inheritance ObjectPathVisualAppearance
Implements

Constructors

PathVisualAppearance()

Initializes a new PathVisualAppearance object.

public PathVisualAppearance()

PathVisualAppearance(Pen, SolidBrush)

Initializes a new PathVisualAppearance object.

public PathVisualAppearance(Pen outline, SolidBrush fill)

Parameters

outline Pen
Pen for stroking the path outline.

fill SolidBrush
Brush for filling the path interior.


Properties

Fill

Gets or sets the brush used to fill the rectangle interior.

public SolidBrush Fill { get; set; }

Property Value

SolidBrush
A object used to fill the rectangle interior.


Outline

Gets or sets the pen used to draw the rectangle outline.

public Pen Outline { get; set; }

Property Value

Pen
A object used to draw the rectangle outline.


Methods

Dispose()

Disposes the rectangle appearance.

public void Dispose()