Form.ScaleMinMaxSize(Single, Single, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scales the size of the form's Min
and Max
properties with the scale factor provided.
protected override void ScaleMinMaxSize (float xScaleFactor, float yScaleFactor, bool updateContainerSize = true);
override this.ScaleMinMaxSize : single * single * bool -> unit
Protected Overrides Sub ScaleMinMaxSize (xScaleFactor As Single, yScaleFactor As Single, Optional updateContainerSize As Boolean = true)
Parameters
- xScaleFactor
- Single
The scale factor to be applied on the width of the property being scaled.
- yScaleFactor
- Single
The scale factor to be applied on the height of the property being scaled.
- updateContainerSize
- Boolean
true
to resize the Form along with properties being scaled; otherwise, false
.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.