XFINIUM.PDF.View.Wpf Documentation
PathVisualAppearance Constructor(Pen,SolidColorBrush)



Xfinium.Pdf.View Namespace > PathVisualAppearance Class > PathVisualAppearance Constructor : PathVisualAppearance Constructor(Pen,SolidColorBrush)
Pen for stroking the path outline.
Brush for filling the path interior.
Initializes a new PathVisualAppearance object.
Syntax
'Declaration
 
Public Function New( _
   ByVal outline As Pen, _
   ByVal fill As SolidColorBrush _
)
'Usage
 
Dim outline As Pen
Dim fill As SolidColorBrush
 
Dim instance As New PathVisualAppearance(outline, fill)
public PathVisualAppearance( 
   Pen outline,
   SolidColorBrush fill
)
public:
PathVisualAppearance( 
   Pen^ outline,
   SolidColorBrush^ fill
)

Parameters

outline
Pen for stroking the path outline.
fill
Brush for filling the path interior.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PathVisualAppearance Class
PathVisualAppearance Members
Overload List