Kimono.KCoreConfigSkeleton.ItemRect.ItemRect C# (CSharp) Method

ItemRect() public method

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemRect ( string _group, string _key, Qyoto.QRect reference, Qyoto.QRect defaultValue ) : System
_group string
_key string
reference Qyoto.QRect
defaultValue Qyoto.QRect
return System
            public ItemRect(string _group, string _key, QRect reference, QRect defaultValue)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemRect$$##", "ItemRect(const QString&, const QString&, QRect&, const QRect&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(QRect), reference, typeof(QRect), defaultValue);
            }

Same methods

KCoreConfigSkeleton.ItemRect::ItemRect ( Type dummy ) : System
KCoreConfigSkeleton.ItemRect::ItemRect ( string _group, string _key, Qyoto.QRect reference ) : System