'Declaration Public Function New( _
ByVal penThe pen that should be used for drawing the object.As System.Windows.Media.Pen _
)
public WpfGraphicObject(
System.Windows.Media.Pen pen
)
public: WpfGraphicObject(
System.Windows.Media.Pen* pen
)
public:
WpfGraphicObject(
System.Windows.Media.Pen^ pen
)
Parameters
- pen
- The pen that should be used for drawing the object.