Qyoto.QGraphicsLayout.SetContentsMargins C# (CSharp) Метод

SetContentsMargins() публичный Метод

public SetContentsMargins ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
Результат void
        public void SetContentsMargins(double left, double top, double right, double bottom)
        {
            interceptor.Invoke("setContentsMargins$$$$", "setContentsMargins(qreal, qreal, qreal, qreal)", typeof(void), typeof(double), left, typeof(double), top, typeof(double), right, typeof(double), bottom);
        }