WinApiDrawTextOnGlass Method

Draws theme text on glass.

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpers
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public static void DrawTextOnGlass(
	Graphics graphics,
	string text,
	Font font,
	Rectangle bounds,
	int glowSize
)

Parameters

graphics  Graphics
 
text  String
font  Font
bounds  Rectangle
glowSize  Int32

Remarks

This method is courtesy of 版权所有 (I hope the name's right)

See Also