DrawingContext::DrawRectangle Method (Brush^, Pen^, Rect, AnimationClock^)
.NET Framework (current version)
Namespace:
System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void DrawRectangle( Brush^ brush, Pen^ pen, Rect rectangle, AnimationClock^ rectangleAnimations ) abstract
Parameters
- brush
-
Type:
System.Windows.Media::Brush^
The brush with which to fill the rectangle. This is optional, and can be null. If the brush is null, no fill is drawn.
- pen
-
Type:
System.Windows.Media::Pen^
The pen with which to stroke the rectangle. This is optional, and can be null. If the pen is null, no stroke is drawn.
- rectangle
-
Type:
System.Windows::Rect
The rectangle to draw.
- rectangleAnimations
-
Type:
System.Windows.Media.Animation::AnimationClock^
The clock with which to animate the rectangle's size and dimensions, or null for no animation. This clock must be created from an AnimationTimeline that can animate Rect objects.
The brush and the pen can both be null. If the brush is null, then no fill is performed. If the pen is null, then no stoke is performed. If both the pen and the brush are null, then the drawing is not visible.
.NET Framework
Available since 3.0
Available since 3.0
Show: