DrawHelperGetRoundedCornerTab Method

Definition

Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
public static GraphicsPath GetRoundedCornerTab(
	GraphicsPath graphicsPath,
	Rectangle rect,
	bool upCorner
)

Parameters

graphicsPath  GraphicsPath
 
rect  Rectangle
 
upCorner  Boolean
 

Return Value

GraphicsPath

See Also