Nevron .NET Vision
Nevron.Diagram Namespace / NPathPrimitive Class / PaintClosedFigureAppearance Method


In This Topic
    PaintClosedFigureAppearance Method
    In This Topic
    Paints the appearance of a closed figure
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintClosedFigureAppearance( _
       ByVal context As NPaintContext, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle _
    ) 
    'Usage
     
    
    Dim instance As NPathPrimitive
    Dim context As NPaintContext
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    instance.PaintClosedFigureAppearance(context, path, fillStyle, strokeStyle)
    protected virtual void PaintClosedFigureAppearance( 
       NPaintContext context,
       System.Drawing.Drawing2D.GraphicsPath path,
       NFillStyle fillStyle,
       NStrokeStyle strokeStyle
    )

    Parameters

    context
    path
    fillStyle
    strokeStyle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also