TrackBarRenderer.GetBottomPointingThumbSize 方法

定义

返回指向下方的跟踪条滑块(又称滚动块)的大小,以像素为单位。

public:
 static System::Drawing::Size GetBottomPointingThumbSize(System::Drawing::Graphics ^ g, System::Windows::Forms::VisualStyles::TrackBarThumbState state);
public static System.Drawing.Size GetBottomPointingThumbSize (System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state);
static member GetBottomPointingThumbSize : System.Drawing.Graphics * System.Windows.Forms.VisualStyles.TrackBarThumbState -> System.Drawing.Size
Public Shared Function GetBottomPointingThumbSize (g As Graphics, state As TrackBarThumbState) As Size

参数

g
Graphics

此操作将使用的 Graphics

state
TrackBarThumbState

TrackBarThumbState 值之一,指定跟踪条滑块的可视状态。

返回

一个 Size,以像素为单位指定滑块的大小。

例外

操作系统不支持视觉样式。

- 或 -

用户在操作系统中禁用视觉样式。

- 或 -

视觉样式不应用于应用程序窗口的工作区。

注解

滑块的大小由操作系统的当前视觉样式决定。

在调用此方法之前,应验证 属性trueIsSupported值为 。

适用于