Type Alias RegionIterator

Source
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.

Aliased Type§

pub struct RegionIterator(/* private fields */);