Control.Scale Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Denetimi ve tüm alt denetimleri ölçeklendirir.
Aşırı Yüklemeler
Scale(SizeF) |
Denetimi ve tüm alt denetimleri belirtilen ölçeklendirme faktörüne göre ölçeklendirir. |
Scale(Single) |
Kullanımdan kalktı.
Kullanımdan kalktı.
Denetimi ve tüm alt denetimleri ölçeklendirir. |
Scale(Single, Single) |
Kullanımdan kalktı.
Kullanımdan kalktı.
Denetimin tamamını ve tüm alt denetimleri ölçeklendirir. |
Scale(SizeF)
Denetimi ve tüm alt denetimleri belirtilen ölçeklendirme faktörüne göre ölçeklendirir.
public:
void Scale(System::Drawing::SizeF factor);
public void Scale (System.Drawing.SizeF factor);
member this.Scale : System.Drawing.SizeF -> unit
Public Sub Scale (factor As SizeF)
Parametreler
Açıklamalar
yöntemi, Scale denetimi belirtilen ölçeklendirmeye göre ölçeklendirir factor
. Ayrıca özelliği true
ise ScaleChildren tüm alt denetimleri yinelemeli olarak ölçeklendirir. Dahili olarak, bu yöntem her denetimi ölçeklendirmek için çağrısında bulunur ScaleControl .
Ayrıca bkz.
- ScaleChildren
- ScaleControl(SizeF, BoundsSpecified)
- GetScaledBounds(Rectangle, SizeF, BoundsSpecified)
Şunlara uygulanır
Scale(Single)
Dikkat
This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202
Dikkat
This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202
Denetimi ve tüm alt denetimleri ölçeklendirir.
public:
void Scale(float ratio);
public void Scale (float ratio);
[System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public void Scale (float ratio);
[System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public void Scale (float ratio);
member this.Scale : single -> unit
[<System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : single -> unit
[<System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : single -> unit
Public Sub Scale (ratio As Single)
Parametreler
- ratio
- Single
Ölçeklendirme için kullanılacak oran.
- Öznitelikler
Şunlara uygulanır
Scale(Single, Single)
Dikkat
This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202
Dikkat
This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202
Denetimin tamamını ve tüm alt denetimleri ölçeklendirir.
public:
void Scale(float dx, float dy);
public void Scale (float dx, float dy);
[System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public void Scale (float dx, float dy);
[System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public void Scale (float dx, float dy);
member this.Scale : single * single -> unit
[<System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : single * single -> unit
[<System.Obsolete("This method has been deprecated. Use the Scale(SizeF ratio) method instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : single * single -> unit
Public Sub Scale (dx As Single, dy As Single)
Parametreler
- dx
- Single
Yatay ölçeklendirme faktörü.
- dy
- Single
Dikey ölçeklendirme faktörü.
- Öznitelikler