GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetShadowPen Method
the object casting a shadow; ignored by the default implementation
the desired width of the Pen
In This Topic
    GetShadowPen Method (GoView)
    In This Topic
    Get a Pen for drawing an object's drop-shadow.
    Syntax
    public virtual Pen GetShadowPen( 
       GoObject obj,
       float width
    )

    Parameters

    obj
    the object casting a shadow; ignored by the default implementation
    width
    the desired width of the Pen

    Return Value

    A Pen whose color is ShadowColor
    See Also