public virtual global::System.Object getManipulationOrigin(){
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Input.ManipulationStartedEventArgs: Compatlib.System.Windows.Point getManipulationOrigin()]
    global::Compatlib.System.Windows.Point ret = new global::Compatlib.System.Windows.Point();
    ret.point = ((global::System.Windows.Input.ManipulationStartedEventArgs)base.args).ManipulationOrigin;
    return ret;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Input.ManipulationStartedEventArgs: Compatlib.System.Windows.Point getManipulationOrigin()]
}
Beispiel #2
0
public virtual global::System.Object getTranslation(){
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Input.ManipulationDelta: Compatlib.System.Windows.Point getTranslation()]
    global::Compatlib.System.Windows.Point translation = new global::Compatlib.System.Windows.Point();
    translation.point = delta.Translation;
    return translation;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Input.ManipulationDelta: Compatlib.System.Windows.Point getTranslation()]
}
        public virtual global::System.Object getManipulationOrigin()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Input.ManipulationDeltaEventArgs: Compatlib.System.Windows.Point getManipulationOrigin()]
            global::Compatlib.System.Windows.Point ret = new global::Compatlib.System.Windows.Point();
            ret.point = ((global::System.Windows.Input.ManipulationDeltaEventArgs)base.args).ManipulationOrigin;
            return(ret);
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Input.ManipulationDeltaEventArgs: Compatlib.System.Windows.Point getManipulationOrigin()]
        }
Beispiel #4
0
        public virtual global::System.Object getTranslation()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Input.ManipulationDelta: Compatlib.System.Windows.Point getTranslation()]
            global::Compatlib.System.Windows.Point translation = new global::Compatlib.System.Windows.Point();
            translation.point = delta.Translation;
            return(translation);
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Input.ManipulationDelta: Compatlib.System.Windows.Point getTranslation()]
        }
        public virtual void setManipulationOrigin(global::Compatlib.System.Windows.Point n1)
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Input.ManipulationDeltaEventArgs: void setManipulationOrigin(Compatlib.System.Windows.Point)]
            throw new global::org.xmlvm._nNotYetImplementedException("a");
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Input.ManipulationDeltaEventArgs: void setManipulationOrigin(Compatlib.System.Windows.Point)]
        }