Gdi32GetClipBox Method

Overload List

GetClipBox(IntPtr, NativeRectangle) Retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device.

The visible area is defined by the current clipping region or clip path, as well as any overlapping windows.

GetClipBox(IntPtr, Rectangle) Retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device.

The visible area is defined by the current clipping region or clip path, as well as any overlapping windows.

GetClipBox(SafeHandle, NativeRectangle) Retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device.

The visible area is defined by the current clipping region or clip path, as well as any overlapping windows.

GetClipBox(SafeHandle, Rectangle) Retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device.

The visible area is defined by the current clipping region or clip path, as well as any overlapping windows.

See Also