TrackBarRenderer.GetLeftPointingThumbSize 方法

定义

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

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

参数

g
Graphics

此操作将使用的 Graphics

state
TrackBarThumbState

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

返回

Size

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

例外

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

  • 或 -

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

  • 或 -

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

注解

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

在调用此方法之前,应验证属性的值 IsSupported 是否为 true

适用于