xtd 0.2.0
Loading...
Searching...
No Matches

◆ brush() [2/2]

template<typename brush_t >
xtd::drawing::pen & xtd::drawing::pen::brush ( const brush_t &  value)
inline

Sets the xtd::drawing::brush that determines attributes of this xtd::drawing::pen.

Parameters
valueA xtd::drawing::brush that determines attributes of this xtd::drawing::pen.
Remarks
Assigning this property causes the pen to draw filled lines and curves. It overrides thextd::drawing::pen::color property of the xtd::drawing::pen.