TrackBarRenderer.GetLeftPointingThumbSize Yöntem

Tanım

Sola işaret eden iz çubuğu kaydırıcısının (başparmak olarak da bilinir) boyutunu piksel cinsinden döndürür.

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

Parametreler

g
Graphics

Bu Graphics işlem kullanacaktır.

state
TrackBarThumbState

Kaydırıcının TrackBarThumbState görsel durumunu belirten değerlerden biri.

Döndürülenler

Size

Size Kaydırıcının boyutunu piksel cinsinden belirten bir.

Özel durumlar

İşletim sistemi görsel stilleri desteklemez.

-veya-

Görsel stiller, işletim sistemindeki kullanıcı tarafından devre dışı bırakılır.

-veya-

Görsel stiller uygulama pencerelerinin istemci alanına uygulanmaz.

Açıklamalar

Kaydırıcının boyutu, işletim sisteminin geçerli görsel stiline göre belirlenir.

Bu yöntemi çağırmadan önce özelliğinin değerinin IsSupported olduğunu truedoğrulamanız gerekir.

Şunlara uygulanır