DXGraphics.SetClip Method
Name | Parameters | Description |
---|---|---|
Set |
path, combine |
Performs the specified combining operation with the current clip region and a DXGraphics object and sets the clipping rerion to the operation result.
|
Set |
path |
Sets the clipping region of to the specified DXGraphics object.
|
Set |
region, combine |
Performs the specified combining operation with the current clip region and another region and sets the clipping region to the operation result. |
Set |
region | Sets the clipping region to the specified region. |
Set |
rect, combine |
Performs the specified combining operation with the current clip region and a rectangle and sets the clipping region to the operation result. |
Set |
rect | Sets the clipping region to the specified rectangle. |