'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, _
ByVal brushThe brush that should be used for filling ellipse.As System.Windows.Media.Brush _
)
public WpfEllipticalGraphicObject(
System.Windows.Rect rect,
System.Windows.Media.Pen pen,
System.Windows.Media.Brush brush
)
public: WpfEllipticalGraphicObject(
System.Windows.Rect* rect,
System.Windows.Media.Pen* pen,
System.Windows.Media.Brush* brush
)
public:
WpfEllipticalGraphicObject(
System.Windows.Rect^ rect,
System.Windows.Media.Pen^ pen,
System.Windows.Media.Brush^ brush
)
Parameters
- rect
- Bounding box, in object space, of ellipse.
- pen
- The pen that should be used for drawing the ellipse.
- brush
- The brush that should be used for filling ellipse.