Grafiti.GestureRecognizers.PinchingGRConfiguration.PinchingGRConfiguration C# (CSharp) 메소드

PinchingGRConfiguration() 공개 메소드

public PinchingGRConfiguration ( bool exclusive, IPinchable clientWindow, bool relativeScaling ) : System
exclusive bool
clientWindow IPinchable
relativeScaling bool
리턴 System
        public PinchingGRConfiguration(bool exclusive, IPinchable clientWindow, bool relativeScaling)
            : base(exclusive)
        {
            m_clientWindow = clientWindow;
            m_relativeScaling = relativeScaling;
        }
PinchingGRConfiguration