'Declaration Public Overloads Function CreateClipRegion( _ ByVal bounds As System.Drawing.RectangleF _ ) As IClipRegion
public IClipRegion CreateClipRegion( System.Drawing.RectangleF bounds )
Parameters
- bounds
- The rectangle to create the clip region from.
Return Value
The created clip region.