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
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetShadowPen Method (GoView)
In This Topic
Get a Pen for drawing an object's drop-shadow.
Syntax
C#
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
Reference
GoView Class
GoView Members