コード例 #1
0
 protected extern static int GetThemePartSize(
     IntPtr hTheme,
     IntPtr hDC,
     int iPartId,
     int iStateId,
     ref RECT pRect,
     int iSize,
     ref SIZEAPI pSz
     );
コード例 #2
0
		protected extern static int GetThemePartSize(
			IntPtr hTheme,
			IntPtr hDC,
			int iPartId,
			int iStateId,
			ref RECT pRect,
			int iSize,
			ref SIZEAPI pSz
			);