コード例 #1
0
        private IHandle CreateHandle(HandlePositions position, Func <ReshapeHandlerBase> reshapeHandlerFactory)
        {
            var reshapeHandler = reshapeHandlerFactory.Invoke();
            var handle         = new NodeGroupHandle(InputModeContext, position, reshapeHandler, Margins);

            reshapeHandler.Handle = handle;
            return(handle);
        }
コード例 #2
0
 public HandleLocation(NodeGroupHandle nodeGroupHandle)
 {
     outerThis = nodeGroupHandle;
 }