Xor
Xor(RectangleF)
Met à jour ceciRegion
à l’union moins l’intersection de lui-même avec le spécifiéRectangleF
structure.
public void Xor(RectangleF rect)
Paramètre | Taper | La description |
---|
rect | RectangleF | LaRectangleF structure à xor avec ceciRegion . |
Voir également
Xor(Rectangle)
Met à jour ceciRegion
à l’union moins l’intersection de lui-même avec le spécifiéRectangle
structure.
public void Xor(Rectangle rect)
Paramètre | Taper | La description |
---|
rect | Rectangle | LaRectangle structure à xor avec ceciRegion . |
Voir également
Xor(GraphicsPath)
Met à jour ceciRegion
à l’union moins l’intersection de lui-même avec le spécifiéGraphicsPath
.
public void Xor(GraphicsPath path)
Exceptions
exception | condition |
---|
ArgumentNullException | path est nul. |
Voir également
Xor(Region)
Met à jour ceciRegion
à l’union moins l’intersection de lui-même avec le spécifiéRegion
.
public void Xor(Region region)
Paramètre | Taper | La description |
---|
region | Region | LaRegion à xor avec çaRegion . |
Exceptions
exception | condition |
---|
ArgumentNullException | region est nul. |
Voir également