Пример #1
0
 public ArcEditTool(IOverlayInterface overlay)
     : base(overlay)
 {
     PreviewArc = overlay.ShapeFactory.GetPreviewFan();
 }
Пример #2
0
 public ArcEditTool(IOverlayInterface overlay)
     : base(overlay)
 {
     PreviewArc = overlay.ShapeFactory.GetPreviewFan();
 }
Пример #3
0
 static FanShape()
 {
     SceneServer.Instance.UpdateManager.InitStaticImpl(typeof(FanShape), typeof(FanShapeDefaultImpl),
                                                       o => { mImpl = (IFanShape)o; });
 }