NevronOpenVision
Nevron.Nov.Graphics Namespace / NShadow Class / NShadow Constructor / NShadow Constructor(NColor,Double,Double)
The shadow color.
The shadow's X offset.
The shadow's Y offset.
In This Topic
    NShadow Constructor(NColor,Double,Double)
    In This Topic
    Creates a new shadow with the specified color and offsets.
    Syntax
    public NShadow( 
       NColor color,
       System.double offsetX,
       System.double offsetY
    )

    Parameters

    color
    The shadow color.
    offsetX
    The shadow's X offset.
    offsetY
    The shadow's Y offset.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also