O2S.Components.PDF4NET.View.Win Documentation
PathVisualAppearance Constructor(Pen,SolidBrush)



O2S.Components.PDF4NET.View Namespace > PathVisualAppearance Class > PathVisualAppearance Constructor : PathVisualAppearance Constructor(Pen,SolidBrush)
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 SolidBrush _
)
'Usage
 
Dim outline As Pen
Dim fill As SolidBrush
 
Dim instance As New PathVisualAppearance(outline, fill)
public PathVisualAppearance( 
   Pen outline,
   SolidBrush fill
)
public:
PathVisualAppearance( 
   Pen^ outline,
   SolidBrush^ 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 Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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
PathVisualAppearance Class