PathVisualAppearance¶
Namespace: O2S.Components.PDF4NET.View
Defines the visual appearance for a drawn path.
Inheritance Object → PathVisualAppearance
Implements
Constructors¶
PathVisualAppearance()¶
Initializes a new PathVisualAppearance object.
PathVisualAppearance(Pen, SolidBrush)¶
Initializes a new PathVisualAppearance object.
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.
Property Value
SolidBrush
A object used to fill the rectangle interior.
Outline¶
Gets or sets the pen used to draw the rectangle outline.
Property Value
Pen
A object used to draw the rectangle outline.
Methods¶
Dispose()¶
Disposes the rectangle appearance.