Exemplo n.º 1
0
 internal uiimage(uiimage copy)
 {
     _area      = copy._area;
     Rect       = copy.Rect;
     MatchIndex = copy.MatchIndex;
     ListIndex  = copy.ListIndex;
 }
Exemplo n.º 2
0
        ///// <summary>
        ///// <i>area</i> parameter of the function.
        ///// </summary>
        //public IFArea Area => _area;

        internal uiimage(IFArea area)
        {
            _area = area;
        }