[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.GetClippingBox

GetClippingBox Method

GetClippingBox()

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.

Declaration
public Rectangle GetClippingBox()
Returns
Type Description
Rectangle

A Rectangle indicates the dimensions, in logical units.