Exclude

Exclude(RectangleF)

更新这个Region只包含其内部不与指定的 相交的部分RectangleF结构.

public void Exclude(RectangleF rect)
范围类型描述
rectRectangleF这RectangleF从中排除的结构Region.

也可以看看


Exclude(Rectangle)

更新这个Region仅包含其内部不与指定的 intersect 相交的部分Rectangle结构.

public void Exclude(Rectangle rect)
范围类型描述
rectRectangle这Rectangle从中排除的结构Region.

也可以看看


Exclude(GraphicsPath)

更新这个Region只包含其内部不与指定的 相交的部分GraphicsPath.

public void Exclude(GraphicsPath path)
范围类型描述
pathGraphicsPath这GraphicsPath排除在外Region.

也可以看看


Exclude(Region)

更新这个Region仅包含其内部不与指定的 intersect 相交的部分Region.

public void Exclude(Region region)
范围类型描述
regionRegion这Region排除在外Region.

也可以看看