'Declaration
Public Overloads Sub SetClip( _ ByVal rectangle As Rectangle, _ ByVal combineMode As CombineMode _ )
public void SetClip( Rectangle rectangle, CombineMode combineMode )
Parameters
- rectangle
- System.Drawing.Rectangle structure to combine.
- combineMode
- Member of the System.Drawing.Drawing2D.CombineMode enumeration that specifies the combining operation to use.