Click or drag to resize

PIDrawThemeTextEx Method

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static int DrawThemeTextEx(
	IntPtr hTheme,
	IntPtr hDC,
	int iPartId,
	int iStateId,
	string text,
	int iCharCount,
	int dwFlags,
	ref PIRECT pRect,
	ref PIDTTOPTS pOptions
)

Parameters

hTheme
Type: SystemIntPtr
hDC
Type: SystemIntPtr
iPartId
Type: SystemInt32
iStateId
Type: SystemInt32
text
Type: SystemString
iCharCount
Type: SystemInt32
dwFlags
Type: SystemInt32
pRect
Type: Internal.ComponentFactory.Krypton.ToolkitPIRECT
pOptions
Type: Internal.ComponentFactory.Krypton.ToolkitPIDTTOPTS

Return Value

Type: Int32
See Also