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