TrackBarRenderer.GetLeftPointingThumbSize 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指向左方的跟踪条滑块(又称滚动块)的大小,以像素为单位。
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
参数
- state
- TrackBarThumbState
TrackBarThumbState 值之一,指定滑块的可视状态。
返回
一个 Size,以像素为单位指定滑块的大小。
例外
注解
滑块的大小由操作系统的当前视觉样式决定。
在调用此方法之前,应验证属性的值 IsSupported 是否为 true
。