Beispiel #1
0
 internal DropArea(T areaElement, DropAreaType type)
 {
     AreaElement   = areaElement;
     DetectionRect = areaElement.GetScreenArea();
     Type          = type;
 }
Beispiel #2
0
 internal DropArea(T areaElement, DropAreaType type)
 {
     _element       = areaElement;
     _detectionRect = areaElement.GetScreenArea();
     _type          = type;
 }