'DeclarationPublic Function New( _ ByVal outline As Pen, _ ByVal fill As SolidBrush _ )
'UsageDim 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.