RibbonProfessionalRendererDrawArrowShaded Method

Draws the pair of arrows that make a shadded arrow, centered on the specified bounds

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void DrawArrowShaded(
	Graphics g,
	Rectangle b,
	RibbonArrowDirection d,
	bool enabled
)

Parameters

g  Graphics
b  Rectangle
d  RibbonArrowDirection
enabled  Boolean

See Also