WinApiDrawTextOnGlass Method
Draws theme text on glass.
Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public static void DrawTextOnGlass(
Graphics graphics,
string text,
Font font,
Rectangle bounds,
int glowSize
)
Public Shared Sub DrawTextOnGlass (
graphics As Graphics,
text As String,
font As Font,
bounds As Rectangle,
glowSize As Integer
)
public:
static void DrawTextOnGlass(
Graphics^ graphics,
String^ text,
Font^ font,
Rectangle bounds,
int glowSize
)
static member DrawTextOnGlass :
graphics : Graphics *
text : string *
font : Font *
bounds : Rectangle *
glowSize : int -> unit
Parameters
- graphics Graphics
-
- text String
- font Font
- bounds Rectangle
- glowSize Int32
This method is courtesy of 版权所有 (I hope the name's right)