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


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

    Parameters

    context
    shadowStyle
    strokeStyle
    fillStyle
    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