Click or drag to resize

GuiScalepivot Property

The pivot point to scale the dialog at.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public Vector2 pivot { get; }
Request Example View Source

Property Value

Type: Vector2
The pivot point to make the matrix at.
Remarks
In a simple c case it's the position of the top-left corner of the dialog.
See Also