Esempio n. 1
0
        public virtual void Measure(global::Compatlib.System.Windows.Size n1)
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.UIElement: void Measure(Compatlib.System.Windows.Size)]
            element.Measure(n1.size);
            width  = n1.size.Width;
            height = n1.size.Height;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.UIElement: void Measure(Compatlib.System.Windows.Size)]
        }
Esempio n. 2
0
        public virtual global::System.Object MeasureOverride(global::Compatlib.System.Windows.Size n1)
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.Windows.Size MeasureOverride(Compatlib.System.Windows.Size)]
            return(null);
//XMLVM_END_WRAPPER[Compatlib.System.Windows.FrameworkElement: Compatlib.System.Windows.Size MeasureOverride(Compatlib.System.Windows.Size)]
        }