Edit

Region.IsVisible methods

This topic lists the IsVisible methods of the Region class. For a complete list of methods for the Region class, see Region Methods.

Overload list

Method Description
IsVisible(Rect&,Graphics*) The Region::IsVisible method determines whether a rectangle intersects this region.
IsVisible(Point&,Graphics*) The Region::IsVisible method determines whether a point is inside this region.
IsVisible(RectF&,Graphics*) The Region::IsVisible method determines whether a rectangle intersects this region.
IsVisible(INT,INT,Graphics*) The Region::IsVisible method determines whether a point is inside this region.
IsVisible(PointF&,Graphics*) The Region::IsVisible method determines whether a point is inside this region.
IsVisible(REAL,REAL,Graphics*) The Region::IsVisible method determines whether a point is inside this region.
IsVisible(INT,INT,INT,INT,Graphics*) The Region::IsVisible method determines whether a rectangle intersects this region.
IsVisible(REAL,REAL,REAL,REAL,Graphics*) The Region::IsVisible method determines whether a rectangle intersects this region.