Exclude

Exclude(RectangleF)

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

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

也可以看看


Exclude(Rectangle)

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

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

也可以看看


Exclude(GraphicsPath)

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

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

例外

例外(健康)状况
ArgumentNullExceptionpath为空。

也可以看看


Exclude(Region)

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

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

例外

例外(健康)状况
ArgumentNullExceptionregion为空。

也可以看看