[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.GetClip

GetClip Method

GetClip()

Gets the region of the current clipping region of graphics.

Declaration
public Region GetClip()
Returns
Type Description
Region

A Region that indicates the clipping region.

Remarks

Note: The getting region is a copy of the current region.

The coordinate of region will not be effected by current origin of page space.