CreateClipRegion Method
CreateClipRegion(IPath)
Declaration
public override IClipRegion CreateClipRegion(IPath graphicsPath)
Public Overrides Function CreateClipRegion(graphicsPath As IPath) As IClipRegion
Parameters
| Type |
Name |
Description |
| IPath |
graphicsPath |
|
Returns
| Type |
Description |
| IClipRegion |
|
CreateClipRegion(Rect)
Declaration
public override IClipRegion CreateClipRegion(Rect bounds)
Public Overrides Function CreateClipRegion(bounds As Rect) As IClipRegion
Parameters
| Type |
Name |
Description |
| Rect |
bounds |
|
Returns
| Type |
Description |
| IClipRegion |
|