Exemplo n.º 1
0
 public InternalBoxResizeHandle(BoxDraggableState state, ResizeHandle handle) : base(state, handle)
 {
 }
Exemplo n.º 2
0
 public BoxResizeHandle(BoxDraggableState state, ResizeHandle handle)
 {
     State  = state;
     Handle = handle;
     HighlightedViewport = null;
 }