Gdi32RectVisible Method

Overload List

RectVisible(IntPtr, NativeRectangle) Determines whether any part of the specified rectangle lies within the clipping region of a device context.
RectVisible(IntPtr, Rectangle) Determines whether any part of the specified rectangle lies within the clipping region of a device context.
RectVisible(SafeHandle, NativeRectangle) Determines whether any part of the specified rectangle lies within the clipping region of a device context.
RectVisible(SafeHandle, Rectangle) Determines whether any part of the specified rectangle lies within the clipping region of a device context.

See Also