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

◆ brush() [1/2]

const xtd::uptr< xtd::drawing::brush > & xtd::drawing::pen::brush ( ) const
noexcept

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

Returns
A 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.