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.
RegionIteratorrepresents a C++wxRegionIteratorclass 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++
wxRegionIteratorclass’s documentation for more details.
Aliased Type§
pub struct RegionIterator(/* private fields */);