'Declaration Public Function New( _
ByVal rectangleRectangle in image space.As System.Windows.Rect, _
ByVal brushBackground brush of the rectangle.As System.Windows.Media.Brush, _
ByVal penBorder pen of the rectangle.As System.Windows.Media.Pen _
)
public WpfRectangularSelection(
System.Windows.Rect rectangle,
System.Windows.Media.Brush brush,
System.Windows.Media.Pen pen
)
public: WpfRectangularSelection(
System.Windows.Rect* rectangle,
System.Windows.Media.Brush* brush,
System.Windows.Media.Pen* pen
)
public:
WpfRectangularSelection(
System.Windows.Rect^ rectangle,
System.Windows.Media.Brush^ brush,
System.Windows.Media.Pen^ pen
)
Parameters
- rectangle
- Rectangle in image space.
- brush
- Background brush of the rectangle.
- pen
- Border pen of the rectangle.