Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadShape Class / PaintAppearance Method


In This Topic
    PaintAppearance Method (NArrowheadShape)
    In This Topic
    Paints the stencil shape appearance
    Syntax
    'Declaration
     
    
    Public Sub PaintAppearance( _
       ByVal context As NPaintContext, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByRef size As NSizeL, _
       ByRef location As NPointF, _
       ByVal orientation As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NArrowheadShape
    Dim context As NPaintContext
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
    Dim size As NSizeL
    Dim location As NPointF
    Dim orientation As System.Single
     
    instance.PaintAppearance(context, fillStyle, strokeStyle, size, location, orientation)
    public void PaintAppearance( 
       NPaintContext context,
       NFillStyle fillStyle,
       NStrokeStyle strokeStyle,
       ref NSizeL size,
       ref NPointF location,
       System.float orientation
    )

    Parameters

    context
    fillStyle
    strokeStyle
    size
    location
    orientation
    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