'Declaration Public Function New( _
ByVal rectBounding box, in object space, of ellipse.As System.Windows.Rect, _
ByVal penThe pen that should be used for drawing the ellipse.As System.Windows.Media.Pen _
)
public WpfEllipticalGraphicObject(
System.Windows.Rect rect,
System.Windows.Media.Pen pen
)
public: WpfEllipticalGraphicObject(
System.Windows.Rect* rect,
System.Windows.Media.Pen* pen
)
public:
WpfEllipticalGraphicObject(
System.Windows.Rect^ rect,
System.Windows.Media.Pen^ pen
)
Parameters
- rect
- Bounding box, in object space, of ellipse.
- pen
- The pen that should be used for drawing the ellipse.