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);
        }