pub type RegionIterator = RegionIteratorIsOwned<true>;
Expand description
This class is used to iterate through the rectangles in a region, typically when examining the damaged regions of a window within an OnPaint call.
RegionIterator
represents a C++wxRegionIterator
class instance which your code has ownership,RegionIteratorIsOwned
<false>
represents one which don’t own.- Use
RegionIterator
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxRegionIterator
class’s documentation for more details.
Aliased Type§
pub struct RegionIterator(/* private fields */);