Qyoto.QGraphicsLayout.SetContentsMargins C# (CSharp) Method

SetContentsMargins() public method

public SetContentsMargins ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
return 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);
        }